#fe4df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 77, 247
HSL
302°, 99%, 65%
CMYK
0, 70, 3, 0
Luminance
0.3309
Every format
| HEX | #fe4df7 |
| RGB | rgb(254, 77, 247) |
| HSL | hsl(302, 99%, 65%) |
| CMYK | cmyk(0%, 70%, 3%, 0%) |
| LAB | lab(64.2 83.8 -50.2) |
| LCH | lch(64.2 97.7 329.1) |
| OKLCH | oklch(0.728 0.274 329.7) |
Copy-ready code
/* CSS */
color: #fe4df7;
background-color: #fe4df7;
/* Tailwind (arbitrary) */
class="text-[#fe4df7] bg-[#fe4df7]"
/* SCSS */
$brand: #fe4df7;
/* SwiftUI */
Color(red: 0.996, green: 0.302, blue: 0.969)
/* Android */
Color.parseColor("#fe4df7")Accessibility — WCAG contrast
Aa
#fe4df7 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4df7 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green30.2%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow2.8%
Key (black)0.4%
Color previews
#fe4df7 text on a black background
contrast 7.62:1
Card sample
#fe4df7 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4df7;
Background color
Panel with #fe4df7 background
background-color: #fe4df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 77, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 77, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4df7; background: linear-gradient(135deg, #fe4df7, #FE4D81);