#fe8eb7
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 142, 183
HSL
338°, 98%, 78%
CMYK
0, 44, 28, 0
Luminance
0.4384
Every format
| HEX | #fe8eb7 |
| RGB | rgb(254, 142, 183) |
| HSL | hsl(338, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 28%, 0%) |
| LAB | lab(72.1 46.9 -2.5) |
| LCH | lch(72.1 47.0 356.9) |
| OKLCH | oklch(0.778 0.142 357.6) |
Copy-ready code
/* CSS */
color: #fe8eb7;
background-color: #fe8eb7;
/* Tailwind (arbitrary) */
class="text-[#fe8eb7] bg-[#fe8eb7]"
/* SCSS */
$brand: #fe8eb7;
/* SwiftUI */
Color(red: 0.996, green: 0.557, blue: 0.718)
/* Android */
Color.parseColor("#fe8eb7")Accessibility — WCAG contrast
Aa
#fe8eb7 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8eb7 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green55.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow28.0%
Key (black)0.4%
Color previews
#fe8eb7 text on a black background
contrast 9.77:1
Card sample
#fe8eb7 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8eb7;
Background color
Panel with #fe8eb7 background
background-color: #fe8eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 142, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 142, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8eb7; background: linear-gradient(135deg, #fe8eb7, #FEAF8E);