#eebfe8
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 191, 232
HSL
308°, 58%, 84%
CMYK
0, 20, 3, 7
Luminance
0.6126
Every format
| HEX | #eebfe8 |
| RGB | rgb(238, 191, 232) |
| HSL | hsl(308, 58%, 84%) |
| CMYK | cmyk(0%, 20%, 3%, 7%) |
| LAB | lab(82.5 23.5 -14.0) |
| LCH | lch(82.5 27.4 329.3) |
| OKLCH | oklch(0.858 0.076 330.5) |
Copy-ready code
/* CSS */
color: #eebfe8;
background-color: #eebfe8;
/* Tailwind (arbitrary) */
class="text-[#eebfe8] bg-[#eebfe8]"
/* SCSS */
$brand: #eebfe8;
/* SwiftUI */
Color(red: 0.933, green: 0.749, blue: 0.910)
/* Android */
Color.parseColor("#eebfe8")Accessibility — WCAG contrast
Aa
#eebfe8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebfe8 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.9%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow2.5%
Key (black)6.7%
Color previews
#eebfe8 text on a black background
contrast 13.25:1
Card sample
#eebfe8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebfe8;
Background color
Panel with #eebfe8 background
background-color: #eebfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 191, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 191, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebfe8; background: linear-gradient(135deg, #eebfe8, #EEBFC9);