#eab8df
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 184, 223
HSL
313°, 54%, 82%
CMYK
0, 21, 5, 8
Luminance
0.5710
Every format
| HEX | #eab8df |
| RGB | rgb(234, 184, 223) |
| HSL | hsl(313, 54%, 82%) |
| CMYK | cmyk(0%, 21%, 5%, 8%) |
| LAB | lab(80.2 24.3 -12.6) |
| LCH | lch(80.2 27.4 332.6) |
| OKLCH | oklch(0.839 0.077 334.1) |
Copy-ready code
/* CSS */
color: #eab8df;
background-color: #eab8df;
/* Tailwind (arbitrary) */
class="text-[#eab8df] bg-[#eab8df]"
/* SCSS */
$brand: #eab8df;
/* SwiftUI */
Color(red: 0.918, green: 0.722, blue: 0.875)
/* Android */
Color.parseColor("#eab8df")Accessibility — WCAG contrast
Aa
#eab8df on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab8df on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green72.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow4.7%
Key (black)8.2%
Color previews
#eab8df text on a black background
contrast 12.42:1
Card sample
#eab8df text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab8df;
Background color
Panel with #eab8df background
background-color: #eab8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 184, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 184, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab8df; background: linear-gradient(135deg, #eab8df, #EAB8BE);