#cbabfd
a light, electric violet · warm · closest name: plum
RGB
203, 171, 253
HSL
263°, 95%, 83%
CMYK
20, 32, 0, 1
Luminance
0.4891
Every format
| HEX | #cbabfd |
| RGB | rgb(203, 171, 253) |
| HSL | hsl(263, 95%, 83%) |
| CMYK | cmyk(20%, 32%, 0%, 1%) |
| LAB | lab(75.4 27.5 -36.4) |
| LCH | lch(75.4 45.6 307.1) |
| OKLCH | oklch(0.799 0.118 301.7) |
Copy-ready code
/* CSS */
color: #cbabfd;
background-color: #cbabfd;
/* Tailwind (arbitrary) */
class="text-[#cbabfd] bg-[#cbabfd]"
/* SCSS */
$brand: #cbabfd;
/* SwiftUI */
Color(red: 0.796, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#cbabfd")Accessibility — WCAG contrast
Aa
#cbabfd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbabfd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.1%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cbabfd text on a black background
contrast 10.78:1
Card sample
#cbabfd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbabfd;
Background color
Panel with #cbabfd background
background-color: #cbabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbabfd; background: linear-gradient(135deg, #cbabfd, #FDABF8);