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