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