#fe7eb9
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 126, 185
HSL
332°, 99%, 75%
CMYK
0, 50, 27, 0
Luminance
0.3950
Every format
| HEX | #fe7eb9 |
| RGB | rgb(254, 126, 185) |
| HSL | hsl(332, 99%, 75%) |
| CMYK | cmyk(0%, 50%, 27%, 0%) |
| LAB | lab(69.1 55.0 -8.1) |
| LCH | lch(69.1 55.6 351.7) |
| OKLCH | oklch(0.756 0.168 352.9) |
Copy-ready code
/* CSS */
color: #fe7eb9;
background-color: #fe7eb9;
/* Tailwind (arbitrary) */
class="text-[#fe7eb9] bg-[#fe7eb9]"
/* SCSS */
$brand: #fe7eb9;
/* SwiftUI */
Color(red: 0.996, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#fe7eb9")Accessibility — WCAG contrast
Aa
#fe7eb9 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7eb9 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.4%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow27.2%
Key (black)0.4%
Color previews
#fe7eb9 text on a black background
contrast 8.90:1
Card sample
#fe7eb9 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7eb9;
Background color
Panel with #fe7eb9 background
background-color: #fe7eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7eb9; background: linear-gradient(135deg, #fe7eb9, #FE987E);