Color #D4EBED Color / Colour Code #D4EBED

    This page shows the hex color code for color #d4ebed (#D4EBED). The colour is a cyan tone with 41% saturation and 88% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #D4EBED

    Color Conversions

    HEX
    #D4EBED
    RGB
    rgb(212, 235, 237)
    HSL
    hsl(185, 41%, 88%)
    HSV
    hsv(185, 11%, 93%)
    CMYK
    cmyk(11%, 1%, 0%, 7%)

    Accessibility Contrast

    WCAG contrast ratios for #D4EBED against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.24:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    16.91:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.07:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 155, 185, and 215 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 185, 305, and 65 degrees.

    Color Palettes Using #D4EBED

    Monochromatic Scale

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

    #173336 #2D676C #4BABB4 #93CDD2 #C9E6E8
    Warm Harmony

    Adjacent hues from 185 to 230 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.

    #5DB3BB #5D9CBB #5D84BB #5D6DBB
    Cool Contrast

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

    #4BABB4 #B4544B #B4884B #ABB44B
    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.

    #B8DDE0 #BBB8E0 #E0B8DD #E0BBB8 #DDE0B8

    Shades & Tints of #D4EBED

    Lightness variations at hue 185 and 41% saturation.

    CSS Gradients with #D4EBED

    Cyan to Red
    linear-gradient(135deg, #d4ebed, #edd6d4)
    Analogous Fade
    linear-gradient(90deg, #d4ebed, #d4deed)
    Deep to Light
    linear-gradient(180deg, #1b3e41, #bee1e4)
    Tricolor Sweep
    linear-gradient(135deg, #d4ebed, #edd4eb, #ebedd4)

    Design Use Cases for #D4EBED

    Balanced UI Color

    At 41% saturation, #D4EBED 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.

    Near-White Background

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

    Clarity & Technology

    #D4EBED is in the cyan spectrum (hue 185). Cyan evokes technology, clarity, and innovation. It works well for tech product interfaces, data visualization accents, loading indicators, and futuristic design themes. Cyan provides a modern alternative to traditional blues.

    Gradient Pairing

    Create a gradient from #D4EBED (hue 185) to its complement at hue 5. For a subtler effect, try pairing with an analogous color at hue 215. Use CSS: background: linear-gradient(135deg, #d4ebed, #edd6d4);

    CSS Code for #D4EBED

    /* Background */
    background-color: #d4ebed;
    background-color: rgb(212, 235, 237);
    background-color: hsl(185, 41%, 88%);
    /* Text */
    color: #d4ebed;
    /* Border */
    border: 2px solid #d4ebed;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(212, 235, 237, 0.3);
    /* CSS Variable */
    --color-primary: 185 41% 88%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #D4EBED across image editing and color design tools.

    About Color #D4EBED (#D4EBED)

    #D4EBED is a cyan color (colour) with RGB channel values of 212 red, 235 green, and 237 blue. The blue channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 185 degrees with 41% saturation and 88% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #D4EBED is 228/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 11% cyan, 1% magenta, 0% yellow, and 7% key (black).

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

    The complementary colour #EDD6D4 creates maximum visual tension when paired with #D4EBED. For more harmonious color combinations, use the analogous colours #D4EDE2 and #D4DEED, 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 #D4EBED

    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 #D4EBED?
    #D4EBED is Color #D4EBED, a cyan color (colour) with RGB(212, 235, 237), HSL(185, 41%, 88%), and CMYK(11%, 1%, 0%, 7%). Its perceived brightness is 228/255.
    Is #D4EBED accessible for text?
    Against white, #D4EBED has a contrast ratio of 1.24:1 (fails AA for normal text). Against black, it has 16.91:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #D4EBED?
    The complementary colour is #EDD6D4 (hue 5). For subtle color combinations, use analogous colours #D4EDE2 and #D4DEED. The triadic palette adds #EDD4EB and #EBEDD4 for vibrant variety.
    How do I use #D4EBED in CSS?
    Use any format: color: #d4ebed; or rgb(212, 235, 237); or hsl(185, 41%, 88%). For CSS custom properties: --color-primary: 185 41% 88%; 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.