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