#cac0c2
a light, muted red · warm · closest name: silver
RGB
202, 192, 194
HSL
348°, 9%, 77%
CMYK
0, 5, 4, 21
Luminance
0.5415
Every format
| HEX | #cac0c2 |
| RGB | rgb(202, 192, 194) |
| HSL | hsl(348, 9%, 77%) |
| CMYK | cmyk(0%, 5%, 4%, 21%) |
| LAB | lab(78.5 3.9 0.3) |
| LCH | lch(78.5 3.9 3.7) |
| OKLCH | oklch(0.817 0.012 3.6) |
Copy-ready code
/* CSS */
color: #cac0c2;
background-color: #cac0c2;
/* Tailwind (arbitrary) */
class="text-[#cac0c2] bg-[#cac0c2]"
/* SCSS */
$brand: #cac0c2;
/* SwiftUI */
Color(red: 0.792, green: 0.753, blue: 0.761)
/* Android */
Color.parseColor("#cac0c2")Accessibility — WCAG contrast
Aa
#cac0c2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac0c2 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow4.0%
Key (black)20.8%
Color previews
#cac0c2 text on a black background
contrast 11.83:1
Card sample
#cac0c2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac0c2;
Background color
Panel with #cac0c2 background
background-color: #cac0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 192, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 192, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac0c2; background: linear-gradient(135deg, #cac0c2, #CAC5C0);