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