#ceabf1
a light, vivid violet · warm · closest name: plum
RGB
206, 171, 241
HSL
270°, 71%, 81%
CMYK
15, 29, 0, 6
Luminance
0.4860
Every format
| HEX | #ceabf1 |
| RGB | rgb(206, 171, 241) |
| HSL | hsl(270, 71%, 81%) |
| CMYK | cmyk(15%, 29%, 0%, 6%) |
| LAB | lab(75.2 25.8 -30.2) |
| LCH | lch(75.2 39.7 310.5) |
| OKLCH | oklch(0.796 0.104 307.0) |
Copy-ready code
/* CSS */
color: #ceabf1;
background-color: #ceabf1;
/* Tailwind (arbitrary) */
class="text-[#ceabf1] bg-[#ceabf1]"
/* SCSS */
$brand: #ceabf1;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.945)
/* Android */
Color.parseColor("#ceabf1")Accessibility — WCAG contrast
Aa
#ceabf1 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabf1 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta29.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ceabf1 text on a black background
contrast 10.72:1
Card sample
#ceabf1 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabf1;
Background color
Panel with #ceabf1 background
background-color: #ceabf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabf1; background: linear-gradient(135deg, #ceabf1, #F1ABE5);