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