#cacac4
a light, muted gray · cool · closest name: silver
RGB
202, 202, 196
HSL
60°, 5%, 78%
CMYK
0, 0, 3, 21
Luminance
0.5878
Every format
| HEX | #cacac4 |
| RGB | rgb(202, 202, 196) |
| HSL | hsl(60, 5%, 78%) |
| CMYK | cmyk(0%, 0%, 3%, 21%) |
| LAB | lab(81.2 -1.1 3.0) |
| LCH | lch(81.2 3.2 109.9) |
| OKLCH | oklch(0.837 0.008 106.6) |
Copy-ready code
/* CSS */
color: #cacac4;
background-color: #cacac4;
/* Tailwind (arbitrary) */
class="text-[#cacac4] bg-[#cacac4]"
/* SCSS */
$brand: #cacac4;
/* SwiftUI */
Color(red: 0.792, green: 0.792, blue: 0.769)
/* Android */
Color.parseColor("#cacac4")Accessibility — WCAG contrast
Aa
#cacac4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacac4 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.2%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.0%
Key (black)20.8%
Color previews
#cacac4 text on a black background
contrast 12.76:1
Card sample
#cacac4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacac4;
Background color
Panel with #cacac4 background
background-color: #cacac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 202, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 202, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacac4; background: linear-gradient(135deg, #cacac4, #C6CAC4);