#e982db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
233, 130, 219
HSL
308°, 70%, 71%
CMYK
0, 44, 6, 9
Luminance
0.3840
Every format
| HEX | #e982db |
| RGB | rgb(233, 130, 219) |
| HSL | hsl(308, 70%, 71%) |
| CMYK | cmyk(0%, 44%, 6%, 9%) |
| LAB | lab(68.3 51.6 -28.5) |
| LCH | lch(68.3 59.0 331.1) |
| OKLCH | oklch(0.748 0.166 332.3) |
Copy-ready code
/* CSS */
color: #e982db;
background-color: #e982db;
/* Tailwind (arbitrary) */
class="text-[#e982db] bg-[#e982db]"
/* SCSS */
$brand: #e982db;
/* SwiftUI */
Color(red: 0.914, green: 0.510, blue: 0.859)
/* Android */
Color.parseColor("#e982db")Accessibility — WCAG contrast
Aa
#e982db on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e982db on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green51.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow6.0%
Key (black)8.6%
Color previews
#e982db text on a black background
contrast 8.68:1
Card sample
#e982db text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e982db;
Background color
Panel with #e982db background
background-color: #e982db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e982db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 130, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 130, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e982db; background: linear-gradient(135deg, #e982db, #E98296);