#c9c9c9
a light, muted gray · warm · closest name: silver
RGB
201, 201, 201
HSL
0°, 0%, 79%
CMYK
0, 0, 0, 21
Luminance
0.5841
Every format
| HEX | #c9c9c9 |
| RGB | rgb(201, 201, 201) |
| HSL | hsl(0, 0%, 79%) |
| CMYK | cmyk(0%, 0%, 0%, 21%) |
| LAB | lab(81.0 0.0 0.0) |
| LCH | lch(81.0 0.0 180.0) |
| OKLCH | oklch(0.836 0.000 89.9) |
Copy-ready code
/* CSS */
color: #c9c9c9;
background-color: #c9c9c9;
/* Tailwind (arbitrary) */
class="text-[#c9c9c9] bg-[#c9c9c9]"
/* SCSS */
$brand: #c9c9c9;
/* SwiftUI */
Color(red: 0.788, green: 0.788, blue: 0.788)
/* Android */
Color.parseColor("#c9c9c9")Accessibility — WCAG contrast
Aa
#c9c9c9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c9c9 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green78.8%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)21.2%
Color previews
#c9c9c9 text on a black background
contrast 12.68:1
Card sample
#c9c9c9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c9c9;
Background color
Panel with #c9c9c9 background
background-color: #c9c9c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c9c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 201, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 201, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c9c9; background: linear-gradient(135deg, #c9c9c9, #C9C9C9);