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