#e481df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 129, 223
HSL
303°, 65%, 70%
CMYK
0, 43, 2, 11
Luminance
0.3752
Every format
| HEX | #e481df |
| RGB | rgb(228, 129, 223) |
| HSL | hsl(303, 65%, 70%) |
| CMYK | cmyk(0%, 43%, 2%, 11%) |
| LAB | lab(67.7 51.3 -31.8) |
| LCH | lch(67.7 60.4 328.2) |
| OKLCH | oklch(0.742 0.168 329.0) |
Copy-ready code
/* CSS */
color: #e481df;
background-color: #e481df;
/* Tailwind (arbitrary) */
class="text-[#e481df] bg-[#e481df]"
/* SCSS */
$brand: #e481df;
/* SwiftUI */
Color(red: 0.894, green: 0.506, blue: 0.875)
/* Android */
Color.parseColor("#e481df")Accessibility — WCAG contrast
Aa
#e481df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e481df on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green50.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow2.2%
Key (black)10.6%
Color previews
#e481df text on a black background
contrast 8.50:1
Card sample
#e481df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e481df;
Background color
Panel with #e481df background
background-color: #e481df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e481df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 129, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 129, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e481df; background: linear-gradient(135deg, #e481df, #E4819D);