#cccac9
a light, muted gray · warm · closest name: silver
RGB
204, 202, 201
HSL
20°, 3%, 79%
CMYK
0, 1, 2, 20
Luminance
0.5930
Every format
| HEX | #cccac9 |
| RGB | rgb(204, 202, 201) |
| HSL | hsl(20, 3%, 79%) |
| CMYK | cmyk(0%, 1%, 2%, 20%) |
| LAB | lab(81.5 0.5 0.7) |
| LCH | lch(81.5 0.9 55.4) |
| OKLCH | oklch(0.840 0.003 48.7) |
Copy-ready code
/* CSS */
color: #cccac9;
background-color: #cccac9;
/* Tailwind (arbitrary) */
class="text-[#cccac9] bg-[#cccac9]"
/* SCSS */
$brand: #cccac9;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.788)
/* Android */
Color.parseColor("#cccac9")Accessibility — WCAG contrast
Aa
#cccac9 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccac9 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow1.5%
Key (black)20.0%
Color previews
#cccac9 text on a black background
contrast 12.86:1
Card sample
#cccac9 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccac9;
Background color
Panel with #cccac9 background
background-color: #cccac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccac9; background: linear-gradient(135deg, #cccac9, #CCCCC9);