#cab2da
a light, soft violet · warm · closest name: plum
RGB
202, 178, 218
HSL
276°, 35%, 78%
CMYK
7, 18, 0, 15
Luminance
0.4946
Every format
| HEX | #cab2da |
| RGB | rgb(202, 178, 218) |
| HSL | hsl(276, 35%, 78%) |
| CMYK | cmyk(7%, 18%, 0%, 15%) |
| LAB | lab(75.7 15.9 -16.9) |
| LCH | lch(75.7 23.3 313.3) |
| OKLCH | oklch(0.797 0.061 311.8) |
Copy-ready code
/* CSS */
color: #cab2da;
background-color: #cab2da;
/* Tailwind (arbitrary) */
class="text-[#cab2da] bg-[#cab2da]"
/* SCSS */
$brand: #cab2da;
/* SwiftUI */
Color(red: 0.792, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#cab2da")Accessibility — WCAG contrast
Aa
#cab2da on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab2da on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.8%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta18.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cab2da text on a black background
contrast 10.89:1
Card sample
#cab2da text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab2da;
Background color
Panel with #cab2da background
background-color: #cab2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab2da; background: linear-gradient(135deg, #cab2da, #DAB2CF);