#cab2fe
a light, electric violet · warm · closest name: plum
RGB
202, 178, 254
HSL
259°, 97%, 85%
CMYK
21, 30, 0, 0
Luminance
0.5155
Every format
| HEX | #cab2fe |
| RGB | rgb(202, 178, 254) |
| HSL | hsl(259, 97%, 85%) |
| CMYK | cmyk(21%, 30%, 0%, 0%) |
| LAB | lab(77.0 23.6 -34.5) |
| LCH | lch(77.0 41.8 304.4) |
| OKLCH | oklch(0.811 0.108 298.5) |
Copy-ready code
/* CSS */
color: #cab2fe;
background-color: #cab2fe;
/* Tailwind (arbitrary) */
class="text-[#cab2fe] bg-[#cab2fe]"
/* SCSS */
$brand: #cab2fe;
/* SwiftUI */
Color(red: 0.792, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#cab2fe")Accessibility — WCAG contrast
Aa
#cab2fe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab2fe on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.8%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cab2fe text on a black background
contrast 11.31:1
Card sample
#cab2fe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab2fe;
Background color
Panel with #cab2fe background
background-color: #cab2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab2fe; background: linear-gradient(135deg, #cab2fe, #FDB2FE);