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