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