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