#ceaef4
a light, electric violet · warm · closest name: plum
RGB
206, 174, 244
HSL
267°, 76%, 82%
CMYK
16, 29, 0, 4
Luminance
0.4993
Every format
| HEX | #ceaef4 |
| RGB | rgb(206, 174, 244) |
| HSL | hsl(267, 76%, 82%) |
| CMYK | cmyk(16%, 29%, 0%, 4%) |
| LAB | lab(76.0 24.8 -30.6) |
| LCH | lch(76.0 39.3 309.0) |
| OKLCH | oklch(0.803 0.102 305.1) |
Copy-ready code
/* CSS */
color: #ceaef4;
background-color: #ceaef4;
/* Tailwind (arbitrary) */
class="text-[#ceaef4] bg-[#ceaef4]"
/* SCSS */
$brand: #ceaef4;
/* SwiftUI */
Color(red: 0.808, green: 0.682, blue: 0.957)
/* Android */
Color.parseColor("#ceaef4")Accessibility — WCAG contrast
Aa
#ceaef4 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaef4 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.2%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta28.7%
Yellow0.0%
Key (black)4.3%
Color previews
#ceaef4 text on a black background
contrast 10.99:1
Card sample
#ceaef4 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaef4;
Background color
Panel with #ceaef4 background
background-color: #ceaef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 174, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 174, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaef4; background: linear-gradient(135deg, #ceaef4, #F4AEEB);