Color #CFD0BD Color / Colour Code #CFD0BD

    This page shows the hex color code for color #cfd0bd (#CFD0BD). The colour is a yellow tone with 17% saturation and 78% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #CFD0BD

    Color Conversions

    HEX
    #CFD0BD
    RGB
    rgb(207, 208, 189)
    HSL
    hsl(63, 17%, 78%)
    HSV
    hsv(63, 9%, 82%)
    CMYK
    cmyk(0%, 0%, 9%, 18%)

    Accessibility Contrast

    WCAG contrast ratios for #CFD0BD against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.57:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    13.41:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.35:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

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

    Triadic Palette

    Three colors at 63, 183, and 303 degrees.

    Color Palettes Using #CFD0BD

    Monochromatic Scale

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

    #2C2D20 #585A3F #93956A #BEC0A5 #DFDFD2
    Warm Harmony

    Adjacent hues from 63 to 108 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.

    #9EA079 #94A079 #8AA079 #81A079
    Cool Contrast

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

    #93956A #6C6A95 #826A95 #956A93
    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.

    #DEE0B8 #B8E0BA #B8DEE0 #BAB8E0 #E0B8DE

    Shades & Tints of #CFD0BD

    Lightness variations at hue 63 and 17% saturation.

    CSS Gradients with #CFD0BD

    Yellow to Blue
    linear-gradient(135deg, #cfd0bd, #bebdd0)
    Analogous Fade
    linear-gradient(90deg, #cfd0bd, #c6d0bd)
    Deep to Light
    linear-gradient(180deg, #353626, #d8d9c9)
    Tricolor Sweep
    linear-gradient(135deg, #cfd0bd, #bdcfd0, #d0bdcf)

    Design Use Cases for #CFD0BD

    Muted Accent Color

    With 17% saturation, #CFD0BD has a subtle, sophisticated quality. This level of desaturation works well for secondary buttons, inactive states, subtle borders, and backgrounds that need a hint of color without being distracting. Muted colors communicate restraint and professionalism.

    Light Background Tint

    #CFD0BD at 78% 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.

    Attention & Optimism

    #CFD0BD is in the yellow spectrum (hue 63). Yellow attracts attention faster than any other color. Use it for warning labels, featured content markers, star ratings, and tooltip backgrounds. Pair with dark text since yellow often fails contrast checks against white.

    Gradient Pairing

    Create a gradient from #CFD0BD (hue 63) to its complement at hue 243. For a subtler effect, try pairing with an analogous color at hue 93. Use CSS: background: linear-gradient(135deg, #cfd0bd, #bebdd0);

    CSS Code for #CFD0BD

    /* Background */
    background-color: #cfd0bd;
    background-color: rgb(207, 208, 189);
    background-color: hsl(63, 17%, 78%);
    /* Text */
    color: #cfd0bd;
    /* Border */
    border: 2px solid #cfd0bd;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(207, 208, 189, 0.3);
    /* CSS Variable */
    --color-primary: 63 17% 78%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #CFD0BD across image editing and color design tools.

    About Color #CFD0BD (#CFD0BD)

    #CFD0BD is a yellow color (colour) with RGB channel values of 207 red, 208 green, and 189 blue. The green channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 63 degrees with 17% saturation and 78% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #CFD0BD is 206/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 0% cyan, 0% magenta, 9% yellow, and 18% key (black).

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

    The complementary colour #BEBDD0 creates maximum visual tension when paired with #CFD0BD. For more harmonious color combinations, use the analogous colours #D0C8BD and #C6D0BD, 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 #CFD0BD

    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 #CFD0BD?
    #CFD0BD is Color #CFD0BD, a yellow color (colour) with RGB(207, 208, 189), HSL(63, 17%, 78%), and CMYK(0%, 0%, 9%, 18%). Its perceived brightness is 206/255.
    Is #CFD0BD accessible for text?
    Against white, #CFD0BD has a contrast ratio of 1.57:1 (fails AA for normal text). Against black, it has 13.41:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #CFD0BD?
    The complementary colour is #BEBDD0 (hue 243). For subtle color combinations, use analogous colours #D0C8BD and #C6D0BD. The triadic palette adds #BDCFD0 and #D0BDCF for vibrant variety.
    How do I use #CFD0BD in CSS?
    Use any format: color: #cfd0bd; or rgb(207, 208, 189); or hsl(63, 17%, 78%). For CSS custom properties: --color-primary: 63 17% 78%; 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.