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