#c9bbcf
a light, soft violet · warm · closest name: silver
RGB
201, 187, 207
HSL
282°, 17%, 77%
CMYK
3, 10, 0, 19
Luminance
0.5246
Every format
| HEX | #c9bbcf |
| RGB | rgb(201, 187, 207) |
| HSL | hsl(282, 17%, 77%) |
| CMYK | cmyk(3%, 10%, 0%, 19%) |
| LAB | lab(77.6 8.6 -8.3) |
| LCH | lch(77.6 11.9 316.2) |
| OKLCH | oklch(0.810 0.032 315.9) |
Copy-ready code
/* CSS */
color: #c9bbcf;
background-color: #c9bbcf;
/* Tailwind (arbitrary) */
class="text-[#c9bbcf] bg-[#c9bbcf]"
/* SCSS */
$brand: #c9bbcf;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#c9bbcf")Accessibility — WCAG contrast
Aa
#c9bbcf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bbcf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c9bbcf text on a black background
contrast 11.49:1
Card sample
#c9bbcf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bbcf;
Background color
Panel with #c9bbcf background
background-color: #c9bbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bbcf; background: linear-gradient(135deg, #c9bbcf, #CFBBC8);