#fc976f
a light, electric orange · warm · closest name: salmon
RGB
252, 151, 111
HSL
17°, 96%, 71%
CMYK
0, 40, 56, 1
Luminance
0.4398
Every format
| HEX | #fc976f |
| RGB | rgb(252, 151, 111) |
| HSL | hsl(17, 96%, 71%) |
| CMYK | cmyk(0%, 40%, 56%, 1%) |
| LAB | lab(72.2 34.1 37.1) |
| LCH | lch(72.2 50.4 47.5) |
| OKLCH | oklch(0.773 0.133 42.1) |
Copy-ready code
/* CSS */
color: #fc976f;
background-color: #fc976f;
/* Tailwind (arbitrary) */
class="text-[#fc976f] bg-[#fc976f]"
/* SCSS */
$brand: #fc976f;
/* SwiftUI */
Color(red: 0.988, green: 0.592, blue: 0.435)
/* Android */
Color.parseColor("#fc976f")Accessibility — WCAG contrast
Aa
#fc976f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc976f on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow56.0%
Key (black)1.2%
Color previews
#fc976f text on a black background
contrast 9.80:1
Card sample
#fc976f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc976f;
Background color
Panel with #fc976f background
background-color: #fc976f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc976f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 151, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 151, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc976f; background: linear-gradient(135deg, #fc976f, #FCF56F);