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