#cccac4
a light, muted gray · cool · closest name: silver
RGB
204, 202, 196
HSL
45°, 7%, 78%
CMYK
0, 1, 4, 20
Luminance
0.5906
Every format
| HEX | #cccac4 |
| RGB | rgb(204, 202, 196) |
| HSL | hsl(45, 7%, 78%) |
| CMYK | cmyk(0%, 1%, 4%, 20%) |
| LAB | lab(81.3 -0.4 3.2) |
| LCH | lch(81.3 3.3 96.7) |
| OKLCH | oklch(0.839 0.009 91.5) |
Copy-ready code
/* CSS */
color: #cccac4;
background-color: #cccac4;
/* Tailwind (arbitrary) */
class="text-[#cccac4] bg-[#cccac4]"
/* SCSS */
$brand: #cccac4;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.769)
/* Android */
Color.parseColor("#cccac4")Accessibility — WCAG contrast
Aa
#cccac4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccac4 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow3.9%
Key (black)20.0%
Color previews
#cccac4 text on a black background
contrast 12.81:1
Card sample
#cccac4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccac4;
Background color
Panel with #cccac4 background
background-color: #cccac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccac4; background: linear-gradient(135deg, #cccac4, #C9CCC4);