#e982ab
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 130, 171
HSL
336°, 70%, 71%
CMYK
0, 44, 27, 9
Luminance
0.3623
Every format
| HEX | #e982ab |
| RGB | rgb(233, 130, 171) |
| HSL | hsl(336, 70%, 71%) |
| CMYK | cmyk(0%, 44%, 27%, 9%) |
| LAB | lab(66.7 44.3 -4.1) |
| LCH | lch(66.7 44.5 354.7) |
| OKLCH | oklch(0.730 0.134 355.6) |
Copy-ready code
/* CSS */
color: #e982ab;
background-color: #e982ab;
/* Tailwind (arbitrary) */
class="text-[#e982ab] bg-[#e982ab]"
/* SCSS */
$brand: #e982ab;
/* SwiftUI */
Color(red: 0.914, green: 0.510, blue: 0.671)
/* Android */
Color.parseColor("#e982ab")Accessibility — WCAG contrast
Aa
#e982ab on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e982ab on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green51.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow26.6%
Key (black)8.6%
Color previews
#e982ab text on a black background
contrast 8.25:1
Card sample
#e982ab text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e982ab;
Background color
Panel with #e982ab background
background-color: #e982ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e982ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 130, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 130, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e982ab; background: linear-gradient(135deg, #e982ab, #E99E82);