Color #DAEBCD Color / Colour Code #DAEBCD

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

    #DAEBCD

    Color Conversions

    HEX
    #DAEBCD
    RGB
    rgb(218, 235, 205)
    HSL
    hsl(94, 43%, 86%)
    HSV
    hsv(94, 13%, 92%)
    CMYK
    cmyk(7%, 0%, 13%, 8%)

    Accessibility Contrast

    WCAG contrast ratios for #DAEBCD against common backgrounds.

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

    Complementary Colors

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

    Analogous Colors

    Hues at 64, 94, and 124 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 94, 214, and 334 degrees.

    Color Palettes Using #DAEBCD

    Monochromatic Scale

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

    #243716 #486D2C #78B649 #AED392 #D7E9C8
    Warm Harmony

    Adjacent hues from 94 to 139 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.

    #86BE5B #6DBE5B #5BBE61 #5BBE7A
    Cool Contrast

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

    #78B649 #8749B6 #B649AF #B64978
    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.

    #C9E0B8 #B8E0CF #B8C9E0 #CFB8E0 #E0B8C9

    Shades & Tints of #DAEBCD

    Lightness variations at hue 94 and 43% saturation.

    CSS Gradients with #DAEBCD

    Green to Purple
    linear-gradient(135deg, #daebcd, #ddcceb)
    Analogous Fade
    linear-gradient(90deg, #daebcd, #ccebce)
    Deep to Light
    linear-gradient(180deg, #2b421a, #cee5bd)
    Tricolor Sweep
    linear-gradient(135deg, #d9ebcc, #ccd9eb, #ebccd9)

    Design Use Cases for #DAEBCD

    Balanced UI Color

    At 43% saturation, #DAEBCD 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 86% lightness, #DAEBCD is very close to white but carries a subtle green tint. This is perfect for alternating row backgrounds in tables, subtle section differentiation, and adding warmth or coolness to an otherwise stark white design.

    Success & Growth Indicators

    #DAEBCD falls in the green range (hue 94). 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 #DAEBCD (hue 94) to its complement at hue 274. For a subtler effect, try pairing with an analogous color at hue 124. Use CSS: background: linear-gradient(135deg, #daebcd, #ddcceb);

    CSS Code for #DAEBCD

    /* Background */
    background-color: #daebcd;
    background-color: rgb(218, 235, 205);
    background-color: hsl(94, 43%, 86%);
    /* Text */
    color: #daebcd;
    /* Border */
    border: 2px solid #daebcd;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(218, 235, 205, 0.3);
    /* CSS Variable */
    --color-primary: 94 43% 86%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #DAEBCD across image editing and color design tools.

    About Color #DAEBCD (#DAEBCD)

    #DAEBCD is a green color (colour) with RGB channel values of 218 red, 235 green, and 205 blue. The green channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 94 degrees with 43% saturation and 86% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #DAEBCD is 226/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 7% cyan, 0% magenta, 13% yellow, and 8% key (black).

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

    The complementary colour #DDCCEB creates maximum visual tension when paired with #DAEBCD. For more harmonious color combinations, use the analogous colours #E9EBCC and #CCEBCE, 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 #DAEBCD

    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 #DAEBCD?
    #DAEBCD is Color #DAEBCD, a green color (colour) with RGB(218, 235, 205), HSL(94, 43%, 86%), and CMYK(7%, 0%, 13%, 8%). Its perceived brightness is 226/255.
    Is #DAEBCD accessible for text?
    Against white, #DAEBCD has a contrast ratio of 1.25:1 (fails AA for normal text). Against black, it has 16.75:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #DAEBCD?
    The complementary colour is #DDCCEB (hue 274). For subtle color combinations, use analogous colours #E9EBCC and #CCEBCE. The triadic palette adds #CCD9EB and #EBCCD9 for vibrant variety.
    How do I use #DAEBCD in CSS?
    Use any format: color: #daebcd; or rgb(218, 235, 205); or hsl(94, 43%, 86%). For CSS custom properties: --color-primary: 94 43% 86%; 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.