#eebdf0
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 189, 240
HSL
298°, 63%, 84%
CMYK
1, 21, 0, 6
Luminance
0.6086
Every format
| HEX | #eebdf0 |
| RGB | rgb(238, 189, 240) |
| HSL | hsl(298, 63%, 84%) |
| CMYK | cmyk(1%, 21%, 0%, 6%) |
| LAB | lab(82.3 26.0 -18.6) |
| LCH | lch(82.3 32.0 324.5) |
| OKLCH | oklch(0.858 0.087 325.0) |
Copy-ready code
/* CSS */
color: #eebdf0;
background-color: #eebdf0;
/* Tailwind (arbitrary) */
class="text-[#eebdf0] bg-[#eebdf0]"
/* SCSS */
$brand: #eebdf0;
/* SwiftUI */
Color(red: 0.933, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#eebdf0")Accessibility — WCAG contrast
Aa
#eebdf0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebdf0 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.1%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#eebdf0 text on a black background
contrast 13.17:1
Card sample
#eebdf0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebdf0;
Background color
Panel with #eebdf0 background
background-color: #eebdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebdf0; background: linear-gradient(135deg, #eebdf0, #F0BDD0);