#e554fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
229, 84, 253
HSL
292°, 98%, 66%
CMYK
10, 67, 0, 1
Luminance
0.3009
Every format
| HEX | #e554fd |
| RGB | rgb(229, 84, 253) |
| HSL | hsl(292, 98%, 66%) |
| CMYK | cmyk(10%, 67%, 0%, 1%) |
| LAB | lab(61.7 77.0 -57.7) |
| LCH | lch(61.7 96.2 323.2) |
| OKLCH | oklch(0.704 0.260 321.7) |
Copy-ready code
/* CSS */
color: #e554fd;
background-color: #e554fd;
/* Tailwind (arbitrary) */
class="text-[#e554fd] bg-[#e554fd]"
/* SCSS */
$brand: #e554fd;
/* SwiftUI */
Color(red: 0.898, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#e554fd")Accessibility — WCAG contrast
Aa
#e554fd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e554fd on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green32.9%
Blue99.2%
CMYK percentages
Cyan9.5%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#e554fd text on a black background
contrast 7.02:1
Card sample
#e554fd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e554fd;
Background color
Panel with #e554fd background
background-color: #e554fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e554fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e554fd; background: linear-gradient(135deg, #e554fd, #FD54A4);