#edbdfd
a pale, electric violet · warm · closest name: plum
RGB
237, 189, 253
HSL
285°, 94%, 87%
CMYK
6, 25, 0, 1
Luminance
0.6149
Every format
| HEX | #edbdfd |
| RGB | rgb(237, 189, 253) |
| HSL | hsl(285, 94%, 87%) |
| CMYK | cmyk(6%, 25%, 0%, 1%) |
| LAB | lab(82.6 28.2 -25.0) |
| LCH | lch(82.6 37.7 318.4) |
| OKLCH | oklch(0.861 0.101 317.6) |
Copy-ready code
/* CSS */
color: #edbdfd;
background-color: #edbdfd;
/* Tailwind (arbitrary) */
class="text-[#edbdfd] bg-[#edbdfd]"
/* SCSS */
$brand: #edbdfd;
/* SwiftUI */
Color(red: 0.929, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#edbdfd")Accessibility — WCAG contrast
Aa
#edbdfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbdfd on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#edbdfd text on a black background
contrast 13.30:1
Card sample
#edbdfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbdfd;
Background color
Panel with #edbdfd background
background-color: #edbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbdfd; background: linear-gradient(135deg, #edbdfd, #FDBDE2);