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