#eeb7df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 183, 223
HSL
316°, 62%, 83%
CMYK
0, 23, 6, 7
Luminance
0.5737
Every format
| HEX | #eeb7df |
| RGB | rgb(238, 183, 223) |
| HSL | hsl(316, 62%, 83%) |
| CMYK | cmyk(0%, 23%, 6%, 7%) |
| LAB | lab(80.4 26.2 -12.3) |
| LCH | lch(80.4 28.9 334.8) |
| OKLCH | oklch(0.841 0.082 336.4) |
Copy-ready code
/* CSS */
color: #eeb7df;
background-color: #eeb7df;
/* Tailwind (arbitrary) */
class="text-[#eeb7df] bg-[#eeb7df]"
/* SCSS */
$brand: #eeb7df;
/* SwiftUI */
Color(red: 0.933, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#eeb7df")Accessibility — WCAG contrast
Aa
#eeb7df on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb7df on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green71.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow6.3%
Key (black)6.7%
Color previews
#eeb7df text on a black background
contrast 12.47:1
Card sample
#eeb7df text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb7df;
Background color
Panel with #eeb7df background
background-color: #eeb7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb7df; background: linear-gradient(135deg, #eeb7df, #EEB7BA);