#ceabf6
a light, electric violet · warm · closest name: plum
RGB
206, 171, 246
HSL
268°, 81%, 82%
CMYK
16, 31, 0, 4
Luminance
0.4890
Every format
| HEX | #ceabf6 |
| RGB | rgb(206, 171, 246) |
| HSL | hsl(268, 81%, 82%) |
| CMYK | cmyk(16%, 31%, 0%, 4%) |
| LAB | lab(75.4 26.9 -32.6) |
| LCH | lch(75.4 42.3 309.5) |
| OKLCH | oklch(0.798 0.110 305.4) |
Copy-ready code
/* CSS */
color: #ceabf6;
background-color: #ceabf6;
/* Tailwind (arbitrary) */
class="text-[#ceabf6] bg-[#ceabf6]"
/* SCSS */
$brand: #ceabf6;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.965)
/* Android */
Color.parseColor("#ceabf6")Accessibility — WCAG contrast
Aa
#ceabf6 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabf6 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta30.5%
Yellow0.0%
Key (black)3.5%
Color previews
#ceabf6 text on a black background
contrast 10.78:1
Card sample
#ceabf6 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabf6;
Background color
Panel with #ceabf6 background
background-color: #ceabf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabf6; background: linear-gradient(135deg, #ceabf6, #F6ABEC);