#ceabfd
a light, electric violet · warm · closest name: plum
RGB
206, 171, 253
HSL
266°, 95%, 83%
CMYK
19, 32, 0, 1
Luminance
0.4934
Every format
| HEX | #ceabfd |
| RGB | rgb(206, 171, 253) |
| HSL | hsl(266, 95%, 83%) |
| CMYK | cmyk(19%, 32%, 0%, 1%) |
| LAB | lab(75.7 28.4 -36.0) |
| LCH | lch(75.7 45.8 308.3) |
| OKLCH | oklch(0.801 0.119 303.4) |
Copy-ready code
/* CSS */
color: #ceabfd;
background-color: #ceabfd;
/* Tailwind (arbitrary) */
class="text-[#ceabfd] bg-[#ceabfd]"
/* SCSS */
$brand: #ceabfd;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#ceabfd")Accessibility — WCAG contrast
Aa
#ceabfd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabfd on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ceabfd text on a black background
contrast 10.87:1
Card sample
#ceabfd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabfd;
Background color
Panel with #ceabfd background
background-color: #ceabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabfd; background: linear-gradient(135deg, #ceabfd, #FDABF5);