#eab4eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 180, 235
HSL
299°, 58%, 81%
CMYK
0, 23, 0, 8
Luminance
0.5613
Every format
| HEX | #eab4eb |
| RGB | rgb(234, 180, 235) |
| HSL | hsl(299, 58%, 81%) |
| CMYK | cmyk(0%, 23%, 0%, 8%) |
| LAB | lab(79.7 28.6 -19.9) |
| LCH | lch(79.7 34.8 325.2) |
| OKLCH | oklch(0.836 0.095 325.8) |
Copy-ready code
/* CSS */
color: #eab4eb;
background-color: #eab4eb;
/* Tailwind (arbitrary) */
class="text-[#eab4eb] bg-[#eab4eb]"
/* SCSS */
$brand: #eab4eb;
/* SwiftUI */
Color(red: 0.918, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#eab4eb")Accessibility — WCAG contrast
Aa
#eab4eb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab4eb on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green70.6%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eab4eb text on a black background
contrast 12.23:1
Card sample
#eab4eb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab4eb;
Background color
Panel with #eab4eb background
background-color: #eab4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab4eb; background: linear-gradient(135deg, #eab4eb, #EBB4C7);