#fe7df4
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 125, 244
HSL
305°, 99%, 74%
CMYK
0, 51, 4, 0
Luminance
0.4227
Every format
| HEX | #fe7df4 |
| RGB | rgb(254, 125, 244) |
| HSL | hsl(305, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 4%, 0%) |
| LAB | lab(71.1 64.2 -37.8) |
| LCH | lch(71.1 74.5 329.5) |
| OKLCH | oklch(0.777 0.209 330.4) |
Copy-ready code
/* CSS */
color: #fe7df4;
background-color: #fe7df4;
/* Tailwind (arbitrary) */
class="text-[#fe7df4] bg-[#fe7df4]"
/* SCSS */
$brand: #fe7df4;
/* SwiftUI */
Color(red: 0.996, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#fe7df4")Accessibility — WCAG contrast
Aa
#fe7df4 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7df4 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow3.9%
Key (black)0.4%
Color previews
#fe7df4 text on a black background
contrast 9.45:1
Card sample
#fe7df4 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7df4;
Background color
Panel with #fe7df4 background
background-color: #fe7df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7df4; background: linear-gradient(135deg, #fe7df4, #FE7D9E);