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