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