#c9c4cf
a light, muted violet · warm · closest name: silver
RGB
201, 196, 207
HSL
267°, 10%, 79%
CMYK
3, 5, 0, 19
Luminance
0.5640
Every format
| HEX | #c9c4cf |
| RGB | rgb(201, 196, 207) |
| HSL | hsl(267, 10%, 79%) |
| CMYK | cmyk(3%, 5%, 0%, 19%) |
| LAB | lab(79.8 3.8 -4.9) |
| LCH | lch(79.8 6.2 307.7) |
| OKLCH | oklch(0.828 0.016 306.4) |
Copy-ready code
/* CSS */
color: #c9c4cf;
background-color: #c9c4cf;
/* Tailwind (arbitrary) */
class="text-[#c9c4cf] bg-[#c9c4cf]"
/* SCSS */
$brand: #c9c4cf;
/* SwiftUI */
Color(red: 0.788, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#c9c4cf")Accessibility — WCAG contrast
Aa
#c9c4cf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c4cf on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green76.9%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c9c4cf text on a black background
contrast 12.28:1
Card sample
#c9c4cf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c4cf;
Background color
Panel with #c9c4cf background
background-color: #c9c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c4cf; background: linear-gradient(135deg, #c9c4cf, #CFC4CE);