#cac3c1
a light, muted gray · warm · closest name: silver
RGB
202, 195, 193
HSL
13°, 8%, 78%
CMYK
0, 4, 5, 21
Luminance
0.5544
Every format
| HEX | #cac3c1 |
| RGB | rgb(202, 195, 193) |
| HSL | hsl(13, 8%, 78%) |
| CMYK | cmyk(0%, 4%, 5%, 21%) |
| LAB | lab(79.3 2.1 1.9) |
| LCH | lch(79.3 2.8 42.0) |
| OKLCH | oklch(0.822 0.008 36.5) |
Copy-ready code
/* CSS */
color: #cac3c1;
background-color: #cac3c1;
/* Tailwind (arbitrary) */
class="text-[#cac3c1] bg-[#cac3c1]"
/* SCSS */
$brand: #cac3c1;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.757)
/* Android */
Color.parseColor("#cac3c1")Accessibility — WCAG contrast
Aa
#cac3c1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3c1 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow4.5%
Key (black)20.8%
Color previews
#cac3c1 text on a black background
contrast 12.09:1
Card sample
#cac3c1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3c1;
Background color
Panel with #cac3c1 background
background-color: #cac3c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3c1; background: linear-gradient(135deg, #cac3c1, #CAC9C1);