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