#fe7ae4
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 122, 228
HSL
312°, 99%, 74%
CMYK
0, 52, 10, 0
Luminance
0.4059
Every format
| HEX | #fe7ae4 |
| RGB | rgb(254, 122, 228) |
| HSL | hsl(312, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 10%, 0%) |
| LAB | lab(69.9 63.0 -30.8) |
| LCH | lch(69.9 70.2 333.9) |
| OKLCH | oklch(0.766 0.201 335.5) |
Copy-ready code
/* CSS */
color: #fe7ae4;
background-color: #fe7ae4;
/* Tailwind (arbitrary) */
class="text-[#fe7ae4] bg-[#fe7ae4]"
/* SCSS */
$brand: #fe7ae4;
/* SwiftUI */
Color(red: 0.996, green: 0.478, blue: 0.894)
/* Android */
Color.parseColor("#fe7ae4")Accessibility — WCAG contrast
Aa
#fe7ae4 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7ae4 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.8%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow10.2%
Key (black)0.4%
Color previews
#fe7ae4 text on a black background
contrast 9.12:1
Card sample
#fe7ae4 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7ae4;
Background color
Panel with #fe7ae4 background
background-color: #fe7ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 122, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 122, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7ae4; background: linear-gradient(135deg, #fe7ae4, #FE7A8C);