#ceaefe
a light, electric violet · warm · closest name: plum
RGB
206, 174, 254
HSL
264°, 98%, 84%
CMYK
19, 32, 0, 0
Luminance
0.5055
Every format
| HEX | #ceaefe |
| RGB | rgb(206, 174, 254) |
| HSL | hsl(264, 98%, 84%) |
| CMYK | cmyk(19%, 32%, 0%, 0%) |
| LAB | lab(76.4 26.9 -35.4) |
| LCH | lch(76.4 44.5 307.3) |
| OKLCH | oklch(0.807 0.115 302.2) |
Copy-ready code
/* CSS */
color: #ceaefe;
background-color: #ceaefe;
/* Tailwind (arbitrary) */
class="text-[#ceaefe] bg-[#ceaefe]"
/* SCSS */
$brand: #ceaefe;
/* SwiftUI */
Color(red: 0.808, green: 0.682, blue: 0.996)
/* Android */
Color.parseColor("#ceaefe")Accessibility — WCAG contrast
Aa
#ceaefe on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaefe on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.2%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta31.5%
Yellow0.0%
Key (black)0.4%
Color previews
#ceaefe text on a black background
contrast 11.11:1
Card sample
#ceaefe text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaefe;
Background color
Panel with #ceaefe background
background-color: #ceaefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 174, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 174, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaefe; background: linear-gradient(135deg, #ceaefe, #FEAEF9);