#cab2ce
a light, soft magenta / pink · warm · closest name: silver
RGB
202, 178, 206
HSL
291°, 22%, 75%
CMYK
2, 14, 0, 19
Luminance
0.4885
Every format
| HEX | #cab2ce |
| RGB | rgb(202, 178, 206) |
| HSL | hsl(291, 22%, 75%) |
| CMYK | cmyk(2%, 14%, 0%, 19%) |
| LAB | lab(75.4 13.6 -11.0) |
| LCH | lch(75.4 17.5 321.1) |
| OKLCH | oklch(0.793 0.047 321.4) |
Copy-ready code
/* CSS */
color: #cab2ce;
background-color: #cab2ce;
/* Tailwind (arbitrary) */
class="text-[#cab2ce] bg-[#cab2ce]"
/* SCSS */
$brand: #cab2ce;
/* SwiftUI */
Color(red: 0.792, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#cab2ce")Accessibility — WCAG contrast
Aa
#cab2ce on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab2ce on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.8%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta13.6%
Yellow0.0%
Key (black)19.2%
Color previews
#cab2ce text on a black background
contrast 10.77:1
Card sample
#cab2ce text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab2ce;
Background color
Panel with #cab2ce background
background-color: #cab2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 178, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 178, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab2ce; background: linear-gradient(135deg, #cab2ce, #CEB2BF);