#fe976f
a light, electric orange · warm · closest name: salmon
RGB
254, 151, 111
HSL
17°, 99%, 72%
CMYK
0, 41, 56, 0
Luminance
0.4435
Every format
| HEX | #fe976f |
| RGB | rgb(254, 151, 111) |
| HSL | hsl(17, 99%, 72%) |
| CMYK | cmyk(0%, 41%, 56%, 0%) |
| LAB | lab(72.5 34.9 37.5) |
| LCH | lch(72.5 51.2 47.1) |
| OKLCH | oklch(0.776 0.136 41.7) |
Copy-ready code
/* CSS */
color: #fe976f;
background-color: #fe976f;
/* Tailwind (arbitrary) */
class="text-[#fe976f] bg-[#fe976f]"
/* SCSS */
$brand: #fe976f;
/* SwiftUI */
Color(red: 0.996, green: 0.592, blue: 0.435)
/* Android */
Color.parseColor("#fe976f")Accessibility — WCAG contrast
Aa
#fe976f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe976f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green59.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow56.3%
Key (black)0.4%
Color previews
#fe976f text on a black background
contrast 9.87:1
Card sample
#fe976f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe976f;
Background color
Panel with #fe976f background
background-color: #fe976f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe976f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 151, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 151, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe976f; background: linear-gradient(135deg, #fe976f, #FEF66F);