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