#CCC5BD
A light, muted orange closely aligning with Silver.
About #CCC5BD
The hex code #CCC5BD represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Silver. In the RGB color space, it consists of 204 red, 197 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 3% M, 7% Y, and 20% K. The HSL representation is 32.0° hue, 12.8% saturation, and 77.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CCC5BD
RGB204, 197, 189
HSL32.0°, 12.8%, 77.1%
CMYK0%, 3%, 7%, 20%
HSV32.0°, 7.4%, 80.0%
LAB79.9, 1.0, 4.9
XYZ54.1, 56.4, 56.2
Decimal13419965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.29:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC5BD;
}
.text-color {
color: #CCC5BD;
}
.border-color {
border: 2px solid #CCC5BD;
}