#eebdfb
a pale, electric violet · warm · closest name: plum
RGB
238, 189, 251
HSL
287°, 89%, 86%
CMYK
5, 25, 0, 2
Luminance
0.6154
Every format
| HEX | #eebdfb |
| RGB | rgb(238, 189, 251) |
| HSL | hsl(287, 89%, 86%) |
| CMYK | cmyk(5%, 25%, 0%, 2%) |
| LAB | lab(82.7 28.1 -23.9) |
| LCH | lch(82.7 36.9 319.6) |
| OKLCH | oklch(0.862 0.099 319.1) |
Copy-ready code
/* CSS */
color: #eebdfb;
background-color: #eebdfb;
/* Tailwind (arbitrary) */
class="text-[#eebdfb] bg-[#eebdfb]"
/* SCSS */
$brand: #eebdfb;
/* SwiftUI */
Color(red: 0.933, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#eebdfb")Accessibility — WCAG contrast
Aa
#eebdfb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebdfb on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.1%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#eebdfb text on a black background
contrast 13.31:1
Card sample
#eebdfb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebdfb;
Background color
Panel with #eebdfb background
background-color: #eebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebdfb; background: linear-gradient(135deg, #eebdfb, #FBBDDF);