#fe7ab2
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 122, 178
HSL
335°, 99%, 74%
CMYK
0, 52, 30, 0
Luminance
0.3820
Every format
| HEX | #fe7ab2 |
| RGB | rgb(254, 122, 178) |
| HSL | hsl(335, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 30%, 0%) |
| LAB | lab(68.2 56.0 -5.5) |
| LCH | lch(68.2 56.3 354.4) |
| OKLCH | oklch(0.748 0.171 355.3) |
Copy-ready code
/* CSS */
color: #fe7ab2;
background-color: #fe7ab2;
/* Tailwind (arbitrary) */
class="text-[#fe7ab2] bg-[#fe7ab2]"
/* SCSS */
$brand: #fe7ab2;
/* SwiftUI */
Color(red: 0.996, green: 0.478, blue: 0.698)
/* Android */
Color.parseColor("#fe7ab2")Accessibility — WCAG contrast
Aa
#fe7ab2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7ab2 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow29.9%
Key (black)0.4%
Color previews
#fe7ab2 text on a black background
contrast 8.64:1
Card sample
#fe7ab2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7ab2;
Background color
Panel with #fe7ab2 background
background-color: #fe7ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 122, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 122, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7ab2; background: linear-gradient(135deg, #fe7ab2, #FE9A7A);