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