#fe84a2
a light, electric red · warm · closest name: salmon
RGB
254, 132, 162
HSL
345°, 98%, 76%
CMYK
0, 48, 36, 0
Luminance
0.4018
Every format
| HEX | #fe84a2 |
| RGB | rgb(254, 132, 162) |
| HSL | hsl(345, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 36%, 0%) |
| LAB | lab(69.6 49.3 5.5) |
| LCH | lch(69.6 49.6 6.4) |
| OKLCH | oklch(0.757 0.150 5.7) |
Copy-ready code
/* CSS */
color: #fe84a2;
background-color: #fe84a2;
/* Tailwind (arbitrary) */
class="text-[#fe84a2] bg-[#fe84a2]"
/* SCSS */
$brand: #fe84a2;
/* SwiftUI */
Color(red: 0.996, green: 0.518, blue: 0.635)
/* Android */
Color.parseColor("#fe84a2")Accessibility — WCAG contrast
Aa
#fe84a2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe84a2 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green51.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow36.2%
Key (black)0.4%
Color previews
#fe84a2 text on a black background
contrast 9.04:1
Card sample
#fe84a2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe84a2;
Background color
Panel with #fe84a2 background
background-color: #fe84a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe84a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 132, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 132, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe84a2; background: linear-gradient(135deg, #fe84a2, #FEB784);