#eab7df
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 183, 223
HSL
313°, 55%, 82%
CMYK
0, 22, 5, 8
Luminance
0.5669
Every format
| HEX | #eab7df |
| RGB | rgb(234, 183, 223) |
| HSL | hsl(313, 55%, 82%) |
| CMYK | cmyk(0%, 22%, 5%, 8%) |
| LAB | lab(80.0 24.9 -12.9) |
| LCH | lch(80.0 28.0 332.5) |
| OKLCH | oklch(0.837 0.079 334.0) |
Copy-ready code
/* CSS */
color: #eab7df;
background-color: #eab7df;
/* Tailwind (arbitrary) */
class="text-[#eab7df] bg-[#eab7df]"
/* SCSS */
$brand: #eab7df;
/* SwiftUI */
Color(red: 0.918, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#eab7df")Accessibility — WCAG contrast
Aa
#eab7df on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab7df on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green71.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow4.7%
Key (black)8.2%
Color previews
#eab7df text on a black background
contrast 12.34:1
Card sample
#eab7df text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab7df;
Background color
Panel with #eab7df background
background-color: #eab7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab7df; background: linear-gradient(135deg, #eab7df, #EAB7BD);