#cac4cc
a light, muted gray · warm · closest name: silver
RGB
202, 196, 204
HSL
285°, 7%, 78%
CMYK
1, 4, 0, 20
Luminance
0.5640
Every format
| HEX | #cac4cc |
| RGB | rgb(202, 196, 204) |
| HSL | hsl(285, 7%, 78%) |
| CMYK | cmyk(1%, 4%, 0%, 20%) |
| LAB | lab(79.8 3.5 -3.3) |
| LCH | lch(79.8 4.8 317.4) |
| OKLCH | oklch(0.828 0.013 317.7) |
Copy-ready code
/* CSS */
color: #cac4cc;
background-color: #cac4cc;
/* Tailwind (arbitrary) */
class="text-[#cac4cc] bg-[#cac4cc]"
/* SCSS */
$brand: #cac4cc;
/* SwiftUI */
Color(red: 0.792, green: 0.769, blue: 0.800)
/* Android */
Color.parseColor("#cac4cc")Accessibility — WCAG contrast
Aa
#cac4cc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac4cc on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.9%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta3.9%
Yellow0.0%
Key (black)20.0%
Color previews
#cac4cc text on a black background
contrast 12.28:1
Card sample
#cac4cc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac4cc;
Background color
Panel with #cac4cc background
background-color: #cac4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 196, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 196, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac4cc; background: linear-gradient(135deg, #cac4cc, #CCC4C9);