Color #BEADDA Color / Colour Code #BEADDA

    This page shows the hex color code for color #beadda (#BEADDA). The colour is a purple tone with 38% saturation and 77% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #BEADDA

    Color Conversions

    HEX
    #BEADDA
    RGB
    rgb(190, 173, 218)
    HSL
    hsl(263, 38%, 77%)
    HSV
    hsv(263, 21%, 85%)
    CMYK
    cmyk(13%, 21%, 0%, 15%)

    Accessibility Contrast

    WCAG contrast ratios for #BEADDA against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    2.06:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    10.18:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.78:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #BEADDA paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 233, 263, and 293 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 263, 23, and 143 degrees.

    Color Palettes Using #BEADDA

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 263 and saturation at 38%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #231835 #462F6A #744FB0 #AC95D0 #D5CAE7
    Warm Harmony

    Adjacent hues from 263 to 308 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #8261B8 #9861B8 #AE61B8 #B861AC
    Cool Contrast

    Combines the base color at hue 263 with its complement at 83 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #744FB0 #8BB04F #5AB04F #4FB074
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #C7B8E0 #E0B8D1 #E0C7B8 #D1E0B8 #B8E0C7

    Shades & Tints of #BEADDA

    Lightness variations at hue 263 and 38% saturation.

    CSS Gradients with #BEADDA

    Purple to Green
    linear-gradient(135deg, #beadda, #cadbae)
    Analogous Fade
    linear-gradient(90deg, #beadda, #d5aedb)
    Deep to Light
    linear-gradient(180deg, #2a1c3f, #cdc0e3)
    Tricolor Sweep
    linear-gradient(135deg, #bfaedb, #dbbfae, #aedbbf)

    Design Use Cases for #BEADDA

    Balanced UI Color

    At 38% saturation, #BEADDA strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Light Background Tint

    #BEADDA at 77% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Creativity & Premium Positioning

    #BEADDA falls in the purple spectrum (hue 263). Purple communicates creativity, wisdom, and luxury. It is effective for premium product highlights, creative portfolio accents, meditation app interfaces, and rewards program branding. Purple occupies a unique space between the energy of red and the calm of blue.

    Gradient Pairing

    Create a gradient from #BEADDA (hue 263) to its complement at hue 83. For a subtler effect, try pairing with an analogous color at hue 293. Use CSS: background: linear-gradient(135deg, #beadda, #cadbae);

    CSS Code for #BEADDA

    /* Background */
    background-color: #beadda;
    background-color: rgb(190, 173, 218);
    background-color: hsl(263, 38%, 77%);
    /* Text */
    color: #beadda;
    /* Border */
    border: 2px solid #beadda;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(190, 173, 218, 0.3);
    /* CSS Variable */
    --color-primary: 263 38% 77%;

    Similar Colors

    Colors visually similar to #BEADDA based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #BEADDA across image editing and color design tools.

    About Color #BEADDA (#BEADDA)

    #BEADDA is a purple color (colour) with RGB channel values of 190 red, 173 green, and 218 blue. The blue channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 263 degrees with 38% saturation and 77% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #BEADDA is 183/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 13% cyan, 21% magenta, 0% yellow, and 15% key (black).

    The WCAG contrast ratio of #BEADDA against white is 2.06:1 and against black is 10.18:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 10.18:1, or use it exclusively for decorative purposes.

    The complementary colour #CADBAE creates maximum visual tension when paired with #BEADDA. For more harmonious color combinations, use the analogous colours #AEB3DB and #D5AEDB, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #BEADDA

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #BEADDA?
    #BEADDA is Color #BEADDA, a purple color (colour) with RGB(190, 173, 218), HSL(263, 38%, 77%), and CMYK(13%, 21%, 0%, 15%). Its perceived brightness is 183/255.
    Is #BEADDA accessible for text?
    Against white, #BEADDA has a contrast ratio of 2.06:1 (fails AA for normal text). Against black, it has 10.18:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #BEADDA?
    The complementary colour is #CADBAE (hue 83). For subtle color combinations, use analogous colours #AEB3DB and #D5AEDB. The triadic palette adds #DBBFAE and #AEDBBF for vibrant variety.
    How do I use #BEADDA in CSS?
    Use any format: color: #beadda; or rgb(190, 173, 218); or hsl(263, 38%, 77%). For CSS custom properties: --color-primary: 263 38% 77%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.