#eebdf4
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 189, 244
HSL
294°, 71%, 85%
CMYK
3, 23, 0, 4
Luminance
0.6110
Every format
| HEX | #eebdf4 |
| RGB | rgb(238, 189, 244) |
| HSL | hsl(294, 71%, 85%) |
| CMYK | cmyk(3%, 23%, 0%, 4%) |
| LAB | lab(82.4 26.8 -20.5) |
| LCH | lch(82.4 33.7 322.6) |
| OKLCH | oklch(0.859 0.091 322.7) |
Copy-ready code
/* CSS */
color: #eebdf4;
background-color: #eebdf4;
/* Tailwind (arbitrary) */
class="text-[#eebdf4] bg-[#eebdf4]"
/* SCSS */
$brand: #eebdf4;
/* SwiftUI */
Color(red: 0.933, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#eebdf4")Accessibility — WCAG contrast
Aa
#eebdf4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebdf4 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.1%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#eebdf4 text on a black background
contrast 13.22:1
Card sample
#eebdf4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebdf4;
Background color
Panel with #eebdf4 background
background-color: #eebdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebdf4; background: linear-gradient(135deg, #eebdf4, #F4BDD5);