#eeb0df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 176, 223
HSL
315°, 65%, 81%
CMYK
0, 26, 6, 7
Luminance
0.5456
Every format
| HEX | #eeb0df |
| RGB | rgb(238, 176, 223) |
| HSL | hsl(315, 65%, 81%) |
| CMYK | cmyk(0%, 26%, 6%, 7%) |
| LAB | lab(78.8 29.9 -14.7) |
| LCH | lch(78.8 33.3 333.8) |
| OKLCH | oklch(0.829 0.094 335.3) |
Copy-ready code
/* CSS */
color: #eeb0df;
background-color: #eeb0df;
/* Tailwind (arbitrary) */
class="text-[#eeb0df] bg-[#eeb0df]"
/* SCSS */
$brand: #eeb0df;
/* SwiftUI */
Color(red: 0.933, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#eeb0df")Accessibility — WCAG contrast
Aa
#eeb0df on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb0df on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green69.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow6.3%
Key (black)6.7%
Color previews
#eeb0df text on a black background
contrast 11.91:1
Card sample
#eeb0df text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb0df;
Background color
Panel with #eeb0df background
background-color: #eeb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb0df; background: linear-gradient(135deg, #eeb0df, #EEB0B6);