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