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