#e982df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
233, 130, 223
HSL
306°, 70%, 71%
CMYK
0, 44, 4, 9
Luminance
0.3862
Every format
| HEX | #e982df |
| RGB | rgb(233, 130, 223) |
| HSL | hsl(306, 70%, 71%) |
| CMYK | cmyk(0%, 44%, 4%, 9%) |
| LAB | lab(68.5 52.3 -30.5) |
| LCH | lch(68.5 60.5 329.8) |
| OKLCH | oklch(0.750 0.170 330.8) |
Copy-ready code
/* CSS */
color: #e982df;
background-color: #e982df;
/* Tailwind (arbitrary) */
class="text-[#e982df] bg-[#e982df]"
/* SCSS */
$brand: #e982df;
/* SwiftUI */
Color(red: 0.914, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#e982df")Accessibility — WCAG contrast
Aa
#e982df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e982df on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green51.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow4.3%
Key (black)8.6%
Color previews
#e982df text on a black background
contrast 8.72:1
Card sample
#e982df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e982df;
Background color
Panel with #e982df background
background-color: #e982df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e982df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e982df; background: linear-gradient(135deg, #e982df, #E9829A);