#fe4df5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 77, 245
HSL
303°, 99%, 65%
CMYK
0, 70, 4, 0
Luminance
0.3297
Every format
| HEX | #fe4df5 |
| RGB | rgb(254, 77, 245) |
| HSL | hsl(303, 99%, 65%) |
| CMYK | cmyk(0%, 70%, 4%, 0%) |
| LAB | lab(64.1 83.5 -49.2) |
| LCH | lch(64.1 96.9 329.5) |
| OKLCH | oklch(0.727 0.273 330.1) |
Copy-ready code
/* CSS */
color: #fe4df5;
background-color: #fe4df5;
/* Tailwind (arbitrary) */
class="text-[#fe4df5] bg-[#fe4df5]"
/* SCSS */
$brand: #fe4df5;
/* SwiftUI */
Color(red: 0.996, green: 0.302, blue: 0.961)
/* Android */
Color.parseColor("#fe4df5")Accessibility — WCAG contrast
Aa
#fe4df5 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4df5 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green30.2%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow3.5%
Key (black)0.4%
Color previews
#fe4df5 text on a black background
contrast 7.59:1
Card sample
#fe4df5 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4df5;
Background color
Panel with #fe4df5 background
background-color: #fe4df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 77, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 77, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4df5; background: linear-gradient(135deg, #fe4df5, #FE4D7F);