#fe7ae2
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 122, 226
HSL
313°, 99%, 74%
CMYK
0, 52, 11, 0
Luminance
0.4048
Every format
| HEX | #fe7ae2 |
| RGB | rgb(254, 122, 226) |
| HSL | hsl(313, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 11%, 0%) |
| LAB | lab(69.8 62.7 -29.9) |
| LCH | lch(69.8 69.5 334.5) |
| OKLCH | oklch(0.765 0.200 336.1) |
Copy-ready code
/* CSS */
color: #fe7ae2;
background-color: #fe7ae2;
/* Tailwind (arbitrary) */
class="text-[#fe7ae2] bg-[#fe7ae2]"
/* SCSS */
$brand: #fe7ae2;
/* SwiftUI */
Color(red: 0.996, green: 0.478, blue: 0.886)
/* Android */
Color.parseColor("#fe7ae2")Accessibility — WCAG contrast
Aa
#fe7ae2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7ae2 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow11.0%
Key (black)0.4%
Color previews
#fe7ae2 text on a black background
contrast 9.10:1
Card sample
#fe7ae2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7ae2;
Background color
Panel with #fe7ae2 background
background-color: #fe7ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 122, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 122, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7ae2; background: linear-gradient(135deg, #fe7ae2, #FE7A8A);