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