#fe9986
a light, electric red · warm · closest name: salmon
RGB
254, 153, 134
HSL
10°, 98%, 76%
CMYK
0, 40, 47, 0
Luminance
0.4557
Every format
| HEX | #fe9986 |
| RGB | rgb(254, 153, 134) |
| HSL | hsl(10, 98%, 76%) |
| CMYK | cmyk(0%, 40%, 47%, 0%) |
| LAB | lab(73.3 35.8 26.2) |
| LCH | lch(73.3 44.3 36.2) |
| OKLCH | oklch(0.783 0.125 31.5) |
Copy-ready code
/* CSS */
color: #fe9986;
background-color: #fe9986;
/* Tailwind (arbitrary) */
class="text-[#fe9986] bg-[#fe9986]"
/* SCSS */
$brand: #fe9986;
/* SwiftUI */
Color(red: 0.996, green: 0.600, blue: 0.525)
/* Android */
Color.parseColor("#fe9986")Accessibility — WCAG contrast
Aa
#fe9986 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9986 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.0%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow47.2%
Key (black)0.4%
Color previews
#fe9986 text on a black background
contrast 10.11:1
Card sample
#fe9986 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9986;
Background color
Panel with #fe9986 background
background-color: #fe9986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 153, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 153, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9986; background: linear-gradient(135deg, #fe9986, #FEE986);