#CCBDC5
A light, muted magenta closely aligning with Silver.
About #CCBDC5
The precise color #CCBDC5 is an excellent choice for modern design projects. Its closest recognized web color is Silver. In the RGB color space, it consists of 204 red, 189 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. The HSL representation is 328.0° hue, 12.8% saturation, and 77.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCBDC5
RGB204, 189, 197
HSL328.0°, 12.8%, 77.1%
CMYK0%, 7%, 3%, 20%
HSV328.0°, 7.4%, 80.0%
LAB78.0, 6.7, -2.1
XYZ53.2, 53.3, 60.3
Decimal13417925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBDC5;
}
.text-color {
color: #CCBDC5;
}
.border-color {
border: 2px solid #CCBDC5;
}