#fc9986
a light, electric red · warm · closest name: salmon
RGB
252, 153, 134
HSL
10°, 95%, 76%
CMYK
0, 39, 47, 1
Luminance
0.4520
Every format
| HEX | #fc9986 |
| RGB | rgb(252, 153, 134) |
| HSL | hsl(10, 95%, 76%) |
| CMYK | cmyk(0%, 39%, 47%, 1%) |
| LAB | lab(73.0 35.0 25.8) |
| LCH | lch(73.0 43.5 36.4) |
| OKLCH | oklch(0.781 0.123 31.7) |
Copy-ready code
/* CSS */
color: #fc9986;
background-color: #fc9986;
/* Tailwind (arbitrary) */
class="text-[#fc9986] bg-[#fc9986]"
/* SCSS */
$brand: #fc9986;
/* SwiftUI */
Color(red: 0.988, green: 0.600, blue: 0.525)
/* Android */
Color.parseColor("#fc9986")Accessibility — WCAG contrast
Aa
#fc9986 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9986 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.0%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow46.8%
Key (black)1.2%
Color previews
#fc9986 text on a black background
contrast 10.04:1
Card sample
#fc9986 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9986;
Background color
Panel with #fc9986 background
background-color: #fc9986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 153, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 153, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9986; background: linear-gradient(135deg, #fc9986, #FCE886);