#cab5ce
a light, soft magenta / pink · warm · closest name: silver
RGB
202, 181, 206
HSL
290°, 20%, 76%
CMYK
2, 12, 0, 19
Luminance
0.5006
Every format
| HEX | #cab5ce |
| RGB | rgb(202, 181, 206) |
| HSL | hsl(290, 20%, 76%) |
| CMYK | cmyk(2%, 12%, 0%, 19%) |
| LAB | lab(76.1 12.0 -9.9) |
| LCH | lch(76.1 15.5 320.5) |
| OKLCH | oklch(0.799 0.042 320.8) |
Copy-ready code
/* CSS */
color: #cab5ce;
background-color: #cab5ce;
/* Tailwind (arbitrary) */
class="text-[#cab5ce] bg-[#cab5ce]"
/* SCSS */
$brand: #cab5ce;
/* SwiftUI */
Color(red: 0.792, green: 0.710, blue: 0.808)
/* Android */
Color.parseColor("#cab5ce")Accessibility — WCAG contrast
Aa
#cab5ce on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab5ce on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.0%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta12.1%
Yellow0.0%
Key (black)19.2%
Color previews
#cab5ce text on a black background
contrast 11.01:1
Card sample
#cab5ce text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab5ce;
Background color
Panel with #cab5ce background
background-color: #cab5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 181, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 181, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab5ce; background: linear-gradient(135deg, #cab5ce, #CEB5C1);