#eab2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 178, 235
HSL
299°, 59%, 81%
CMYK
0, 24, 0, 8
Luminance
0.5533
Every format
| HEX | #eab2eb |
| RGB | rgb(234, 178, 235) |
| HSL | hsl(299, 59%, 81%) |
| CMYK | cmyk(0%, 24%, 0%, 8%) |
| LAB | lab(79.2 29.7 -20.6) |
| LCH | lch(79.2 36.1 325.3) |
| OKLCH | oklch(0.833 0.099 325.9) |
Copy-ready code
/* CSS */
color: #eab2eb;
background-color: #eab2eb;
/* Tailwind (arbitrary) */
class="text-[#eab2eb] bg-[#eab2eb]"
/* SCSS */
$brand: #eab2eb;
/* SwiftUI */
Color(red: 0.918, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#eab2eb")Accessibility — WCAG contrast
Aa
#eab2eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab2eb on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eab2eb text on a black background
contrast 12.07:1
Card sample
#eab2eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab2eb;
Background color
Panel with #eab2eb background
background-color: #eab2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab2eb; background: linear-gradient(135deg, #eab2eb, #EBB2C6);