#cab7fd
a pale, electric violet · warm · closest name: plum
RGB
202, 183, 253
HSL
256°, 95%, 86%
CMYK
20, 28, 0, 1
Luminance
0.5352
Every format
| HEX | #cab7fd |
| RGB | rgb(202, 183, 253) |
| HSL | hsl(256, 95%, 86%) |
| CMYK | cmyk(20%, 28%, 0%, 1%) |
| LAB | lab(78.2 20.6 -32.1) |
| LCH | lch(78.2 38.2 302.7) |
| OKLCH | oklch(0.820 0.099 296.6) |
Copy-ready code
/* CSS */
color: #cab7fd;
background-color: #cab7fd;
/* Tailwind (arbitrary) */
class="text-[#cab7fd] bg-[#cab7fd]"
/* SCSS */
$brand: #cab7fd;
/* SwiftUI */
Color(red: 0.792, green: 0.718, blue: 0.992)
/* Android */
Color.parseColor("#cab7fd")Accessibility — WCAG contrast
Aa
#cab7fd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab7fd on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.8%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta27.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cab7fd text on a black background
contrast 11.70:1
Card sample
#cab7fd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab7fd;
Background color
Panel with #cab7fd background
background-color: #cab7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 183, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 183, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab7fd; background: linear-gradient(135deg, #cab7fd, #F9B7FD);