#eeb4df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 180, 223
HSL
316°, 63%, 82%
CMYK
0, 24, 6, 7
Luminance
0.5615
Every format
| HEX | #eeb4df |
| RGB | rgb(238, 180, 223) |
| HSL | hsl(316, 63%, 82%) |
| CMYK | cmyk(0%, 24%, 6%, 7%) |
| LAB | lab(79.7 27.8 -13.4) |
| LCH | lch(79.7 30.8 334.3) |
| OKLCH | oklch(0.836 0.087 335.9) |
Copy-ready code
/* CSS */
color: #eeb4df;
background-color: #eeb4df;
/* Tailwind (arbitrary) */
class="text-[#eeb4df] bg-[#eeb4df]"
/* SCSS */
$brand: #eeb4df;
/* SwiftUI */
Color(red: 0.933, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#eeb4df")Accessibility — WCAG contrast
Aa
#eeb4df on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb4df on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green70.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow6.3%
Key (black)6.7%
Color previews
#eeb4df text on a black background
contrast 12.23:1
Card sample
#eeb4df text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb4df;
Background color
Panel with #eeb4df background
background-color: #eeb4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb4df; background: linear-gradient(135deg, #eeb4df, #EEB4B9);