#eebdf5
a pale, vivid magenta / pink · warm · closest name: plum
RGB
238, 189, 245
HSL
293°, 74%, 85%
CMYK
3, 23, 0, 4
Luminance
0.6116
Every format
| HEX | #eebdf5 |
| RGB | rgb(238, 189, 245) |
| HSL | hsl(293, 74%, 85%) |
| CMYK | cmyk(3%, 23%, 0%, 4%) |
| LAB | lab(82.5 27.0 -21.0) |
| LCH | lch(82.5 34.2 322.1) |
| OKLCH | oklch(0.859 0.092 322.2) |
Copy-ready code
/* CSS */
color: #eebdf5;
background-color: #eebdf5;
/* Tailwind (arbitrary) */
class="text-[#eebdf5] bg-[#eebdf5]"
/* SCSS */
$brand: #eebdf5;
/* SwiftUI */
Color(red: 0.933, green: 0.741, blue: 0.961)
/* Android */
Color.parseColor("#eebdf5")Accessibility — WCAG contrast
Aa
#eebdf5 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebdf5 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.1%
Blue96.1%
CMYK percentages
Cyan2.9%
Magenta22.9%
Yellow0.0%
Key (black)3.9%
Color previews
#eebdf5 text on a black background
contrast 13.23:1
Card sample
#eebdf5 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebdf5;
Background color
Panel with #eebdf5 background
background-color: #eebdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 189, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 189, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebdf5; background: linear-gradient(135deg, #eebdf5, #F5BDD7);