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