Color #D2EEBB Color / Colour Code #D2EEBB

    This page shows the hex color code for color #d2eebb (#D2EEBB). The colour is a green tone with 60% saturation and 83% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #D2EEBB

    Color Conversions

    HEX
    #D2EEBB
    RGB
    rgb(210, 238, 187)
    HSL
    hsl(93, 60%, 83%)
    HSV
    hsv(93, 21%, 93%)
    CMYK
    cmyk(12%, 0%, 21%, 7%)

    Accessibility Contrast

    WCAG contrast ratios for #D2EEBB against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.26:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    16.69:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.08:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 63, 93, and 123 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 93, 213, and 333 degrees.

    Color Palettes Using #D2EEBB

    Monochromatic Scale

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

    #243D0F #487A1F #78CC33 #AEE085 #D6F0C2
    Warm Harmony

    Adjacent hues from 93 to 138 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.

    #85D147 #63D147 #47D14E #47D171
    Cool Contrast

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

    #78CC33 #8733CC #CC33C4 #CC3378
    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.

    #CAE0B8 #B8E0CE #B8CAE0 #CEB8E0 #E0B8CA

    Shades & Tints of #D2EEBB

    Lightness variations at hue 93 and 60% saturation.

    CSS Gradients with #D2EEBB

    Green to Purple
    linear-gradient(135deg, #d2eebb, #d6baee)
    Analogous Fade
    linear-gradient(90deg, #d2eebb, #baeebc)
    Deep to Light
    linear-gradient(180deg, #2b4912, #ceedb6)
    Tricolor Sweep
    linear-gradient(135deg, #d1eeba, #bad1ee, #eebad1)

    Design Use Cases for #D2EEBB

    Vibrant Brand Color

    #D2EEBB has a strong 60% 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.

    Light Background Tint

    #D2EEBB at 83% 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.

    Success & Growth Indicators

    #D2EEBB falls in the green range (hue 93). Green universally represents success, growth, and safety. Use it for confirmation messages, positive chart data, eco-friendly badges, and health metrics. In financial dashboards, green indicates gains and positive performance.

    Gradient Pairing

    Create a gradient from #D2EEBB (hue 93) to its complement at hue 273. For a subtler effect, try pairing with an analogous color at hue 123. Use CSS: background: linear-gradient(135deg, #d2eebb, #d6baee);

    CSS Code for #D2EEBB

    /* Background */
    background-color: #d2eebb;
    background-color: rgb(210, 238, 187);
    background-color: hsl(93, 60%, 83%);
    /* Text */
    color: #d2eebb;
    /* Border */
    border: 2px solid #d2eebb;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(210, 238, 187, 0.3);
    /* CSS Variable */
    --color-primary: 93 60% 83%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #D2EEBB across image editing and color design tools.

    About Color #D2EEBB (#D2EEBB)

    #D2EEBB is a green color (colour) with RGB channel values of 210 red, 238 green, and 187 blue. The green channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 93 degrees with 60% saturation and 83% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #D2EEBB is 224/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, 0% magenta, 21% yellow, and 7% key (black).

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

    The complementary colour #D6BAEE creates maximum visual tension when paired with #D2EEBB. For more harmonious color combinations, use the analogous colours #EBEEBA and #BAEEBC, 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 #D2EEBB

    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 #D2EEBB?
    #D2EEBB is Color #D2EEBB, a green color (colour) with RGB(210, 238, 187), HSL(93, 60%, 83%), and CMYK(12%, 0%, 21%, 7%). Its perceived brightness is 224/255.
    Is #D2EEBB accessible for text?
    Against white, #D2EEBB has a contrast ratio of 1.26:1 (fails AA for normal text). Against black, it has 16.69:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #D2EEBB?
    The complementary colour is #D6BAEE (hue 273). For subtle color combinations, use analogous colours #EBEEBA and #BAEEBC. The triadic palette adds #BAD1EE and #EEBAD1 for vibrant variety.
    How do I use #D2EEBB in CSS?
    Use any format: color: #d2eebb; or rgb(210, 238, 187); or hsl(93, 60%, 83%). For CSS custom properties: --color-primary: 93 60% 83%; 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.