#cacace
a light, muted gray · warm · closest name: silver
RGB
202, 202, 206
HSL
240°, 4%, 80%
CMYK
2, 2, 0, 19
Luminance
0.5925
Every format
| HEX | #cacace |
| RGB | rgb(202, 202, 206) |
| HSL | hsl(240, 4%, 80%) |
| CMYK | cmyk(2%, 2%, 0%, 19%) |
| LAB | lab(81.4 0.7 -2.0) |
| LCH | lch(81.4 2.1 290.4) |
| OKLCH | oklch(0.840 0.005 286.3) |
Copy-ready code
/* CSS */
color: #cacace;
background-color: #cacace;
/* Tailwind (arbitrary) */
class="text-[#cacace] bg-[#cacace]"
/* SCSS */
$brand: #cacace;
/* SwiftUI */
Color(red: 0.792, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#cacace")Accessibility — WCAG contrast
Aa
#cacace on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacace on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.2%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#cacace text on a black background
contrast 12.85:1
Card sample
#cacace text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacace;
Background color
Panel with #cacace background
background-color: #cacace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacace; background: linear-gradient(135deg, #cacace, #CDCACE);