#cacec8
a light, muted gray · cool · closest name: silver
RGB
202, 206, 200
HSL
100°, 6%, 80%
CMYK
2, 0, 3, 19
Luminance
0.6087
Every format
| HEX | #cacec8 |
| RGB | rgb(202, 206, 200) |
| HSL | hsl(100, 6%, 80%) |
| CMYK | cmyk(2%, 0%, 3%, 19%) |
| LAB | lab(82.3 -2.5 2.5) |
| LCH | lch(82.3 3.5 134.5) |
| OKLCH | oklch(0.847 0.009 134.9) |
Copy-ready code
/* CSS */
color: #cacec8;
background-color: #cacec8;
/* Tailwind (arbitrary) */
class="text-[#cacec8] bg-[#cacec8]"
/* SCSS */
$brand: #cacec8;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.784)
/* Android */
Color.parseColor("#cacec8")Accessibility — WCAG contrast
Aa
#cacec8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacec8 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue78.4%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow2.9%
Key (black)19.2%
Color previews
#cacec8 text on a black background
contrast 13.17:1
Card sample
#cacec8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacec8;
Background color
Panel with #cacec8 background
background-color: #cacec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacec8; background: linear-gradient(135deg, #cacec8, #C8CECA);