#CCD3AF
A light, muted yellow closely aligning with Wheat.
About #CCD3AF
When working with digital screens, the color #CCD3AF is rendered by mixing light. Its closest recognized web color is Wheat. In the RGB color space, it consists of 204 red, 211 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 0% magenta, 17% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCD3AF
RGB204, 211, 175
HSL71.7°, 29.0%, 75.7%
CMYK3%, 0%, 17%, 17%
HSV71.7°, 17.1%, 82.7%
LAB83.2, -8.5, 17.0
XYZ55.9, 62.5, 49.7
Decimal13423535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3AF;
}
.text-color {
color: #CCD3AF;
}
.border-color {
border: 2px solid #CCD3AF;
}