#fe5df4
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 93, 244
HSL
304°, 99%, 68%
CMYK
0, 63, 4, 0
Luminance
0.3543
Every format
| HEX | #fe5df4 |
| RGB | rgb(254, 93, 244) |
| HSL | hsl(304, 99%, 68%) |
| CMYK | cmyk(0%, 63%, 4%, 0%) |
| LAB | lab(66.1 77.7 -45.6) |
| LCH | lch(66.1 90.1 329.6) |
| OKLCH | oklch(0.741 0.254 330.4) |
Copy-ready code
/* CSS */
color: #fe5df4;
background-color: #fe5df4;
/* Tailwind (arbitrary) */
class="text-[#fe5df4] bg-[#fe5df4]"
/* SCSS */
$brand: #fe5df4;
/* SwiftUI */
Color(red: 0.996, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#fe5df4")Accessibility — WCAG contrast
Aa
#fe5df4 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5df4 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green36.5%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow3.9%
Key (black)0.4%
Color previews
#fe5df4 text on a black background
contrast 8.09:1
Card sample
#fe5df4 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5df4;
Background color
Panel with #fe5df4 background
background-color: #fe5df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5df4; background: linear-gradient(135deg, #fe5df4, #FE5D89);