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