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