#fd976b
a light, electric orange · warm · closest name: coral
RGB
253, 151, 107
HSL
18°, 97%, 71%
CMYK
0, 40, 58, 1
Luminance
0.4408
Every format
| HEX | #fd976b |
| RGB | rgb(253, 151, 107) |
| HSL | hsl(18, 97%, 71%) |
| CMYK | cmyk(0%, 40%, 58%, 1%) |
| LAB | lab(72.3 34.2 39.4) |
| LCH | lch(72.3 52.1 49.0) |
| OKLCH | oklch(0.774 0.136 43.7) |
Copy-ready code
/* CSS */
color: #fd976b;
background-color: #fd976b;
/* Tailwind (arbitrary) */
class="text-[#fd976b] bg-[#fd976b]"
/* SCSS */
$brand: #fd976b;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.420)
/* Android */
Color.parseColor("#fd976b")Accessibility — WCAG contrast
Aa
#fd976b on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd976b on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow57.7%
Key (black)0.8%
Color previews
#fd976b text on a black background
contrast 9.82:1
Card sample
#fd976b text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd976b;
Background color
Panel with #fd976b background
background-color: #fd976b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd976b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd976b; background: linear-gradient(135deg, #fd976b, #FDF86B);