#cac0cb
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 192, 203
HSL
295°, 10%, 78%
CMYK
1, 5, 0, 20
Luminance
0.5457
Every format
| HEX | #cac0cb |
| RGB | rgb(202, 192, 203) |
| HSL | hsl(295, 10%, 78%) |
| CMYK | cmyk(1%, 5%, 0%, 20%) |
| LAB | lab(78.8 5.5 -4.3) |
| LCH | lch(78.8 6.9 322.3) |
| OKLCH | oklch(0.819 0.019 323.0) |
Copy-ready code
/* CSS */
color: #cac0cb;
background-color: #cac0cb;
/* Tailwind (arbitrary) */
class="text-[#cac0cb] bg-[#cac0cb]"
/* SCSS */
$brand: #cac0cb;
/* SwiftUI */
Color(red: 0.792, green: 0.753, blue: 0.796)
/* Android */
Color.parseColor("#cac0cb")Accessibility — WCAG contrast
Aa
#cac0cb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac0cb on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.3%
Blue79.6%
CMYK percentages
Cyan0.5%
Magenta5.4%
Yellow0.0%
Key (black)20.4%
Color previews
#cac0cb text on a black background
contrast 11.91:1
Card sample
#cac0cb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac0cb;
Background color
Panel with #cac0cb background
background-color: #cac0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 192, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 192, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac0cb; background: linear-gradient(135deg, #cac0cb, #CBC0C5);