#fe84af
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 132, 175
HSL
339°, 98%, 76%
CMYK
0, 48, 31, 0
Luminance
0.4067
Every format
| HEX | #fe84af |
| RGB | rgb(254, 132, 175) |
| HSL | hsl(339, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 31%, 0%) |
| LAB | lab(70.0 50.9 -1.2) |
| LCH | lch(70.0 50.9 358.6) |
| OKLCH | oklch(0.761 0.154 359.0) |
Copy-ready code
/* CSS */
color: #fe84af;
background-color: #fe84af;
/* Tailwind (arbitrary) */
class="text-[#fe84af] bg-[#fe84af]"
/* SCSS */
$brand: #fe84af;
/* SwiftUI */
Color(red: 0.996, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#fe84af")Accessibility — WCAG contrast
Aa
#fe84af on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe84af on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green51.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow31.1%
Key (black)0.4%
Color previews
#fe84af text on a black background
contrast 9.13:1
Card sample
#fe84af text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe84af;
Background color
Panel with #fe84af background
background-color: #fe84af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe84af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe84af; background: linear-gradient(135deg, #fe84af, #FEAA84);