#CCBDA8
A light, muted orange closely aligning with Tan.
About #CCBDA8
When working with digital screens, the color #CCBDA8 is rendered by mixing light. Designers often compare it to the standard color Tan. In the RGB color space, it consists of 204 red, 189 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 7% Magenta, 18% Yellow, and 20% Black. The HSL representation is 35.0° hue, 26.1% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCBDA8
RGB204, 189, 168
HSL35.0°, 26.1%, 72.9%
CMYK0%, 7%, 18%, 20%
HSV35.0°, 17.6%, 80.0%
LAB77.3, 1.9, 12.5
XYZ50.2, 52.1, 44.5
Decimal13417896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.41:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBDA8;
}
.text-color {
color: #CCBDA8;
}
.border-color {
border: 2px solid #CCBDA8;
}