#e461fd
a light, electric magenta / pink · warm · closest name: violet
RGB
228, 97, 253
HSL
290°, 98%, 69%
CMYK
10, 62, 0, 1
Luminance
0.3214
Every format
| HEX | #e461fd |
| RGB | rgb(228, 97, 253) |
| HSL | hsl(290, 98%, 69%) |
| CMYK | cmyk(10%, 62%, 0%, 1%) |
| LAB | lab(63.5 71.6 -55.0) |
| LCH | lch(63.5 90.3 322.5) |
| OKLCH | oklch(0.716 0.243 320.9) |
Copy-ready code
/* CSS */
color: #e461fd;
background-color: #e461fd;
/* Tailwind (arbitrary) */
class="text-[#e461fd] bg-[#e461fd]"
/* SCSS */
$brand: #e461fd;
/* SwiftUI */
Color(red: 0.894, green: 0.380, blue: 0.992)
/* Android */
Color.parseColor("#e461fd")Accessibility — WCAG contrast
Aa
#e461fd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e461fd on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green38.0%
Blue99.2%
CMYK percentages
Cyan9.9%
Magenta61.7%
Yellow0.0%
Key (black)0.8%
Color previews
#e461fd text on a black background
contrast 7.43:1
Card sample
#e461fd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e461fd;
Background color
Panel with #e461fd background
background-color: #e461fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e461fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 97, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 97, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e461fd; background: linear-gradient(135deg, #e461fd, #FD61AE);