#C5B6BD
A light, muted magenta closely aligning with Silver.
About #C5B6BD
Visually, #C5B6BD is defined as a muted magenta. Designers often compare it to the standard color Silver. This translates to an RGB value of rgb(197, 182, 189).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 8% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5B6BD
RGB197, 182, 189
HSL332.0°, 11.5%, 74.3%
CMYK0%, 8%, 4%, 23%
HSV332.0°, 7.6%, 77.3%
LAB75.5, 6.6, -1.6
XYZ48.9, 49.0, 55.0
Decimal12957373
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.80:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5B6BD;
}
.text-color {
color: #C5B6BD;
}
.border-color {
border: 2px solid #C5B6BD;
}