#e982eb
a light, vivid magenta / pink · warm · “violet”
RGB
233, 130, 235
HSL
299°, 72%, 72%
CMYK
1, 45, 0, 8
Luminance
0.3929
Every format
| HEX | #e982eb |
| RGB | rgb(233, 130, 235) |
| HSL | hsl(299, 72%, 72%) |
| CMYK | cmyk(1%, 45%, 0%, 8%) |
| LAB | lab(69.0 54.4 -36.4) |
| LCH | lch(69.0 65.4 326.2) |
| OKLCH | oklch(0.755 0.180 326.5) |
Copy-ready code
/* CSS */
color: #e982eb;
background-color: #e982eb;
/* Tailwind (arbitrary) */
class="text-[#e982eb] bg-[#e982eb]"
/* SCSS */
$brand: #e982eb;
/* SwiftUI */
Color(red: 0.914, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#e982eb")Accessibility — WCAG contrast
Aa
#e982eb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e982eb on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green51.0%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e982eb text on a black background
contrast 8.86:1
Card sample
#e982eb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e982eb;
Background color
Panel with #e982eb background
background-color: #e982eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e982eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e982eb; background: linear-gradient(135deg, #e982eb, #EB82A7);