#cacac8
a light, muted gray · cool · closest name: silver
RGB
202, 202, 200
HSL
60°, 2%, 79%
CMYK
0, 0, 1, 21
Luminance
0.5897
Every format
| HEX | #cacac8 |
| RGB | rgb(202, 202, 200) |
| HSL | hsl(60, 2%, 79%) |
| CMYK | cmyk(0%, 0%, 1%, 21%) |
| LAB | lab(81.3 -0.4 1.0) |
| LCH | lch(81.3 1.1 109.8) |
| OKLCH | oklch(0.838 0.003 106.5) |
Copy-ready code
/* CSS */
color: #cacac8;
background-color: #cacac8;
/* Tailwind (arbitrary) */
class="text-[#cacac8] bg-[#cacac8]"
/* SCSS */
$brand: #cacac8;
/* SwiftUI */
Color(red: 0.792, green: 0.792, blue: 0.784)
/* Android */
Color.parseColor("#cacac8")Accessibility — WCAG contrast
Aa
#cacac8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacac8 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow1.0%
Key (black)20.8%
Color previews
#cacac8 text on a black background
contrast 12.79:1
Card sample
#cacac8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacac8;
Background color
Panel with #cacac8 background
background-color: #cacac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 202, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 202, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacac8; background: linear-gradient(135deg, #cacac8, #C9CAC8);