#ceabf8
a light, electric violet · warm · closest name: plum
RGB
206, 171, 248
HSL
267°, 85%, 82%
CMYK
17, 31, 0, 3
Luminance
0.4902
Every format
| HEX | #ceabf8 |
| RGB | rgb(206, 171, 248) |
| HSL | hsl(267, 85%, 82%) |
| CMYK | cmyk(17%, 31%, 0%, 3%) |
| LAB | lab(75.5 27.3 -33.6) |
| LCH | lch(75.5 43.3 309.1) |
| OKLCH | oklch(0.799 0.113 304.8) |
Copy-ready code
/* CSS */
color: #ceabf8;
background-color: #ceabf8;
/* Tailwind (arbitrary) */
class="text-[#ceabf8] bg-[#ceabf8]"
/* SCSS */
$brand: #ceabf8;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.973)
/* Android */
Color.parseColor("#ceabf8")Accessibility — WCAG contrast
Aa
#ceabf8 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabf8 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta31.0%
Yellow0.0%
Key (black)2.7%
Color previews
#ceabf8 text on a black background
contrast 10.80:1
Card sample
#ceabf8 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabf8;
Background color
Panel with #ceabf8 background
background-color: #ceabf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabf8; background: linear-gradient(135deg, #ceabf8, #F8ABEF);