#eab7eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 183, 235
HSL
299°, 57%, 82%
CMYK
0, 22, 0, 8
Luminance
0.5736
Every format
| HEX | #eab7eb |
| RGB | rgb(234, 183, 235) |
| HSL | hsl(299, 57%, 82%) |
| CMYK | cmyk(0%, 22%, 0%, 8%) |
| LAB | lab(80.4 27.0 -18.8) |
| LCH | lch(80.4 32.9 325.1) |
| OKLCH | oklch(0.841 0.090 325.7) |
Copy-ready code
/* CSS */
color: #eab7eb;
background-color: #eab7eb;
/* Tailwind (arbitrary) */
class="text-[#eab7eb] bg-[#eab7eb]"
/* SCSS */
$brand: #eab7eb;
/* SwiftUI */
Color(red: 0.918, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#eab7eb")Accessibility — WCAG contrast
Aa
#eab7eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab7eb on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green71.8%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#eab7eb text on a black background
contrast 12.47:1
Card sample
#eab7eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab7eb;
Background color
Panel with #eab7eb background
background-color: #eab7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab7eb; background: linear-gradient(135deg, #eab7eb, #EBB7C9);