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