Color #DBD8FA Color / Colour Code #DBD8FA

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

    #DBD8FA

    Color Conversions

    HEX
    #DBD8FA
    RGB
    rgb(219, 216, 250)
    HSL
    hsl(245, 77%, 91%)
    HSV
    hsv(245, 14%, 98%)
    CMYK
    cmyk(12%, 14%, 0%, 2%)

    Accessibility Contrast

    WCAG contrast ratios for #DBD8FA against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.38:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    15.21:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.19:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 215, 245, and 275 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 245, 5, and 125 degrees.

    Color Palettes Using #DBD8FA

    Monochromatic Scale

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

    #0E0944 #1B1287 #2E1DE2 #8178ED #C0BBF6
    Warm Harmony

    Adjacent hues from 245 to 290 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.

    #4334E5 #6F34E5 #9B34E5 #C734E5
    Cool Contrast

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

    #3526D9 #CAD926 #71D926 #26D935
    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.

    #BBB8E0 #E0B8DD #E0BBB8 #DDE0B8 #B8E0BB

    Shades & Tints of #DBD8FA

    Lightness variations at hue 245 and 77% saturation.

    CSS Gradients with #DBD8FA

    Blue to Yellow
    linear-gradient(135deg, #dbd8fa, #f7fad6)
    Analogous Fade
    linear-gradient(90deg, #dbd8fa, #ebd6fa)
    Deep to Light
    linear-gradient(180deg, #100b51, #b4aef4)
    Tricolor Sweep
    linear-gradient(135deg, #d9d6fa, #fad9d6, #d6fad9)

    Design Use Cases for #DBD8FA

    Vibrant Brand Color

    #DBD8FA has a strong 77% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Near-White Background

    At 91% lightness, #DBD8FA is very close to white but carries a subtle blue tint. This is perfect for alternating row backgrounds in tables, subtle section differentiation, and adding warmth or coolness to an otherwise stark white design.

    Trust & Professional Identity

    #DBD8FA sits in the blue range (hue 245). Blue is the world's most popular color for corporate identities because it conveys trust, stability, and competence. Use it for navigation bars, link text, form focus states, and any element where user confidence matters. Financial, healthcare, and technology brands rely heavily on this hue range.

    Gradient Pairing

    Create a gradient from #DBD8FA (hue 245) to its complement at hue 65. For a subtler effect, try pairing with an analogous color at hue 275. Use CSS: background: linear-gradient(135deg, #dbd8fa, #f7fad6);

    CSS Code for #DBD8FA

    /* Background */
    background-color: #dbd8fa;
    background-color: rgb(219, 216, 250);
    background-color: hsl(245, 77%, 91%);
    /* Text */
    color: #dbd8fa;
    /* Border */
    border: 2px solid #dbd8fa;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(219, 216, 250, 0.3);
    /* CSS Variable */
    --color-primary: 245 77% 91%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #DBD8FA across image editing and color design tools.

    About Color #DBD8FA (#DBD8FA)

    #DBD8FA is a blue color (colour) with RGB channel values of 219 red, 216 green, and 250 blue. The blue channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 245 degrees with 77% saturation and 91% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #DBD8FA is 221/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 12% cyan, 14% magenta, 0% yellow, and 2% key (black).

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

    The complementary colour #F7FAD6 creates maximum visual tension when paired with #DBD8FA. For more harmonious color combinations, use the analogous colours #D6E5FA and #EBD6FA, 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 #DBD8FA

    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 #DBD8FA?
    #DBD8FA is Color #DBD8FA, a blue color (colour) with RGB(219, 216, 250), HSL(245, 77%, 91%), and CMYK(12%, 14%, 0%, 2%). Its perceived brightness is 221/255.
    Is #DBD8FA accessible for text?
    Against white, #DBD8FA has a contrast ratio of 1.38:1 (fails AA for normal text). Against black, it has 15.21:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #DBD8FA?
    The complementary colour is #F7FAD6 (hue 65). For subtle color combinations, use analogous colours #D6E5FA and #EBD6FA. The triadic palette adds #FAD9D6 and #D6FAD9 for vibrant variety.
    How do I use #DBD8FA in CSS?
    Use any format: color: #dbd8fa; or rgb(219, 216, 250); or hsl(245, 77%, 91%). For CSS custom properties: --color-primary: 245 77% 91%; 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.