#fe4dff
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 77, 255
HSL
300°, 100%, 65%
CMYK
0, 70, 0, 0
Luminance
0.3360
Every format
| HEX | #fe4dff |
| RGB | rgb(254, 77, 255) |
| HSL | hsl(300, 100%, 65%) |
| CMYK | cmyk(0%, 70%, 0%, 0%) |
| LAB | lab(64.7 85.0 -54.0) |
| LCH | lch(64.7 100.7 327.6) |
| OKLCH | oklch(0.732 0.280 327.7) |
Copy-ready code
/* CSS */
color: #fe4dff;
background-color: #fe4dff;
/* Tailwind (arbitrary) */
class="text-[#fe4dff] bg-[#fe4dff]"
/* SCSS */
$brand: #fe4dff;
/* SwiftUI */
Color(red: 0.996, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#fe4dff")Accessibility — WCAG contrast
Aa
#fe4dff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4dff on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green30.2%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fe4dff text on a black background
contrast 7.72:1
Card sample
#fe4dff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4dff;
Background color
Panel with #fe4dff background
background-color: #fe4dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4dff; background: linear-gradient(135deg, #fe4dff, #FF4D89);