#CCD3A0
A light, moderate yellow closely aligning with Palegoldenrod.
About #CCD3A0
When working with digital screens, the color #CCD3A0 is rendered by mixing light. Designers often compare it to the standard color Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 211, and 160.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 3% C, 0% M, 24% Y, and 17% K. The HSL representation is 68.2° hue, 36.7% saturation, and 72.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCD3A0
RGB204, 211, 160
HSL68.2°, 36.7%, 72.7%
CMYK3%, 0%, 24%, 17%
HSV68.2°, 24.2%, 82.7%
LAB82.9, -10.8, 24.5
XYZ54.5, 62.0, 42.3
Decimal13423520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.39:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3A0;
}
.text-color {
color: #CCD3A0;
}
.border-color {
border: 2px solid #CCD3A0;
}