#e484df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 132, 223
HSL
303°, 64%, 71%
CMYK
0, 42, 2, 11
Luminance
0.3832
Every format
| HEX | #e484df |
| RGB | rgb(228, 132, 223) |
| HSL | hsl(303, 64%, 71%) |
| CMYK | cmyk(0%, 42%, 2%, 11%) |
| LAB | lab(68.3 49.8 -30.9) |
| LCH | lch(68.3 58.6 328.2) |
| OKLCH | oklch(0.747 0.163 328.9) |
Copy-ready code
/* CSS */
color: #e484df;
background-color: #e484df;
/* Tailwind (arbitrary) */
class="text-[#e484df] bg-[#e484df]"
/* SCSS */
$brand: #e484df;
/* SwiftUI */
Color(red: 0.894, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#e484df")Accessibility — WCAG contrast
Aa
#e484df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e484df on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green51.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow2.2%
Key (black)10.6%
Color previews
#e484df text on a black background
contrast 8.66:1
Card sample
#e484df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e484df;
Background color
Panel with #e484df background
background-color: #e484df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e484df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e484df; background: linear-gradient(135deg, #e484df, #E4849F);