#ecaefd
a light, electric violet · warm · closest name: plum
RGB
236, 174, 253
HSL
287°, 95%, 84%
CMYK
7, 31, 0, 1
Luminance
0.5520
Every format
| HEX | #ecaefd |
| RGB | rgb(236, 174, 253) |
| HSL | hsl(287, 95%, 84%) |
| CMYK | cmyk(7%, 31%, 0%, 1%) |
| LAB | lab(79.2 35.8 -30.4) |
| LCH | lch(79.2 47.0 319.7) |
| OKLCH | oklch(0.835 0.126 318.9) |
Copy-ready code
/* CSS */
color: #ecaefd;
background-color: #ecaefd;
/* Tailwind (arbitrary) */
class="text-[#ecaefd] bg-[#ecaefd]"
/* SCSS */
$brand: #ecaefd;
/* SwiftUI */
Color(red: 0.925, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#ecaefd")Accessibility — WCAG contrast
Aa
#ecaefd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaefd on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.2%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ecaefd text on a black background
contrast 12.04:1
Card sample
#ecaefd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaefd;
Background color
Panel with #ecaefd background
background-color: #ecaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaefd; background: linear-gradient(135deg, #ecaefd, #FDAED9);