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