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