#CCCCC5
A light, muted neutral closely aligning with Lightgray.
About #CCCCC5
At its core, #CCCCC5 is a light and muted hue. If you're using CSS, you might find it aligns closely with Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 204, and 197.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 6.4% saturation, and 78.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCCCC5
RGB204, 204, 197
HSL60.0°, 6.4%, 78.6%
CMYK0%, 0%, 3%, 20%
HSV60.0°, 3.4%, 80.0%
LAB81.9, -1.3, 3.5
XYZ56.6, 60.1, 61.4
Decimal13421765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.01:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCCCC5;
}
.text-color {
color: #CCCCC5;
}
.border-color {
border: 2px solid #CCCCC5;
}