#fe8eb9
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 142, 185
HSL
337°, 98%, 78%
CMYK
0, 44, 27, 0
Luminance
0.4392
Every format
| HEX | #fe8eb9 |
| RGB | rgb(254, 142, 185) |
| HSL | hsl(337, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 27%, 0%) |
| LAB | lab(72.2 47.2 -3.5) |
| LCH | lch(72.2 47.3 355.7) |
| OKLCH | oklch(0.779 0.143 356.5) |
Copy-ready code
/* CSS */
color: #fe8eb9;
background-color: #fe8eb9;
/* Tailwind (arbitrary) */
class="text-[#fe8eb9] bg-[#fe8eb9]"
/* SCSS */
$brand: #fe8eb9;
/* SwiftUI */
Color(red: 0.996, green: 0.557, blue: 0.725)
/* Android */
Color.parseColor("#fe8eb9")Accessibility — WCAG contrast
Aa
#fe8eb9 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8eb9 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green55.7%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow27.2%
Key (black)0.4%
Color previews
#fe8eb9 text on a black background
contrast 9.78:1
Card sample
#fe8eb9 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8eb9;
Background color
Panel with #fe8eb9 background
background-color: #fe8eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 142, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 142, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8eb9; background: linear-gradient(135deg, #fe8eb9, #FEAE8E);