#ceabf4
a light, electric violet · warm · closest name: plum
RGB
206, 171, 244
HSL
269°, 77%, 81%
CMYK
16, 30, 0, 4
Luminance
0.4878
Every format
| HEX | #ceabf4 |
| RGB | rgb(206, 171, 244) |
| HSL | hsl(269, 77%, 81%) |
| CMYK | cmyk(16%, 30%, 0%, 4%) |
| LAB | lab(75.3 26.4 -31.6) |
| LCH | lch(75.3 41.2 309.9) |
| OKLCH | oklch(0.797 0.107 306.0) |
Copy-ready code
/* CSS */
color: #ceabf4;
background-color: #ceabf4;
/* Tailwind (arbitrary) */
class="text-[#ceabf4] bg-[#ceabf4]"
/* SCSS */
$brand: #ceabf4;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.957)
/* Android */
Color.parseColor("#ceabf4")Accessibility — WCAG contrast
Aa
#ceabf4 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabf4 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta29.9%
Yellow0.0%
Key (black)4.3%
Color previews
#ceabf4 text on a black background
contrast 10.76:1
Card sample
#ceabf4 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabf4;
Background color
Panel with #ceabf4 background
background-color: #ceabf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabf4; background: linear-gradient(135deg, #ceabf4, #F4ABE9);