#CCB6BD
A light, muted magenta closely aligning with Silver.
About #CCB6BD
At its core, #CCB6BD is a light and muted hue. It is closely associated with the named CSS color Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 182, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 11% Magenta, 7% Yellow, and 20% Black. With a hue angle of 340.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCB6BD
RGB204, 182, 189
HSL340.9°, 17.7%, 75.7%
CMYK0%, 11%, 7%, 20%
HSV340.9°, 10.8%, 80.0%
LAB76.0, 9.0, -0.7
XYZ50.8, 50.0, 55.1
Decimal13416125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB6BD;
}
.text-color {
color: #CCB6BD;
}
.border-color {
border: 2px solid #CCB6BD;
}