#cab4fd
a light, electric violet · warm · closest name: plum
RGB
202, 180, 253
HSL
258°, 95%, 85%
CMYK
20, 29, 0, 1
Luminance
0.5229
Every format
| HEX | #cab4fd |
| RGB | rgb(202, 180, 253) |
| HSL | hsl(258, 95%, 85%) |
| CMYK | cmyk(20%, 29%, 0%, 1%) |
| LAB | lab(77.5 22.3 -33.2) |
| LCH | lch(77.5 40.0 303.8) |
| OKLCH | oklch(0.814 0.104 297.9) |
Copy-ready code
/* CSS */
color: #cab4fd;
background-color: #cab4fd;
/* Tailwind (arbitrary) */
class="text-[#cab4fd] bg-[#cab4fd]"
/* SCSS */
$brand: #cab4fd;
/* SwiftUI */
Color(red: 0.792, green: 0.706, blue: 0.992)
/* Android */
Color.parseColor("#cab4fd")Accessibility — WCAG contrast
Aa
#cab4fd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab4fd on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green70.6%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta28.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cab4fd text on a black background
contrast 11.46:1
Card sample
#cab4fd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab4fd;
Background color
Panel with #cab4fd background
background-color: #cab4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 180, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 180, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab4fd; background: linear-gradient(135deg, #cab4fd, #FBB4FD);