#edbafd
a pale, electric violet · warm · closest name: plum
RGB
237, 186, 253
HSL
286°, 94%, 86%
CMYK
6, 27, 0, 1
Luminance
0.6021
Every format
| HEX | #edbafd |
| RGB | rgb(237, 186, 253) |
| HSL | hsl(286, 94%, 86%) |
| CMYK | cmyk(6%, 27%, 0%, 1%) |
| LAB | lab(82.0 29.8 -26.1) |
| LCH | lch(82.0 39.6 318.8) |
| OKLCH | oklch(0.856 0.106 318.0) |
Copy-ready code
/* CSS */
color: #edbafd;
background-color: #edbafd;
/* Tailwind (arbitrary) */
class="text-[#edbafd] bg-[#edbafd]"
/* SCSS */
$brand: #edbafd;
/* SwiftUI */
Color(red: 0.929, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#edbafd")Accessibility — WCAG contrast
Aa
#edbafd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbafd on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#edbafd text on a black background
contrast 13.04:1
Card sample
#edbafd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbafd;
Background color
Panel with #edbafd background
background-color: #edbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbafd; background: linear-gradient(135deg, #edbafd, #FDBAE0);