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