#cacdcc
a light, muted gray · cool · closest name: silver
RGB
202, 205, 204
HSL
160°, 3%, 80%
CMYK
2, 0, 1, 20
Luminance
0.6058
Every format
| HEX | #cacdcc |
| RGB | rgb(202, 205, 204) |
| HSL | hsl(160, 3%, 80%) |
| CMYK | cmyk(2%, 0%, 1%, 20%) |
| LAB | lab(82.2 -1.2 0.1) |
| LCH | lch(82.2 1.2 173.4) |
| OKLCH | oklch(0.846 0.004 174.5) |
Copy-ready code
/* CSS */
color: #cacdcc;
background-color: #cacdcc;
/* Tailwind (arbitrary) */
class="text-[#cacdcc] bg-[#cacdcc]"
/* SCSS */
$brand: #cacdcc;
/* SwiftUI */
Color(red: 0.792, green: 0.804, blue: 0.800)
/* Android */
Color.parseColor("#cacdcc")Accessibility — WCAG contrast
Aa
#cacdcc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacdcc on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.4%
Blue80.0%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow0.5%
Key (black)19.6%
Color previews
#cacdcc text on a black background
contrast 13.12:1
Card sample
#cacdcc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacdcc;
Background color
Panel with #cacdcc background
background-color: #cacdcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacdcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 205, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 205, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacdcc; background: linear-gradient(135deg, #cacdcc, #CACCCD);