#eab0df
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 176, 223
HSL
311°, 58%, 80%
CMYK
0, 25, 5, 8
Luminance
0.5387
Every format
| HEX | #eab0df |
| RGB | rgb(234, 176, 223) |
| HSL | hsl(311, 58%, 80%) |
| CMYK | cmyk(0%, 25%, 5%, 8%) |
| LAB | lab(78.4 28.6 -15.4) |
| LCH | lch(78.4 32.5 331.8) |
| OKLCH | oklch(0.825 0.091 333.1) |
Copy-ready code
/* CSS */
color: #eab0df;
background-color: #eab0df;
/* Tailwind (arbitrary) */
class="text-[#eab0df] bg-[#eab0df]"
/* SCSS */
$brand: #eab0df;
/* SwiftUI */
Color(red: 0.918, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#eab0df")Accessibility — WCAG contrast
Aa
#eab0df on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab0df on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green69.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow4.7%
Key (black)8.2%
Color previews
#eab0df text on a black background
contrast 11.77:1
Card sample
#eab0df text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab0df;
Background color
Panel with #eab0df background
background-color: #eab0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab0df; background: linear-gradient(135deg, #eab0df, #EAB0B8);