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