#fd975f
a light, electric orange · warm · closest name: coral
RGB
253, 151, 95
HSL
21°, 98%, 68%
CMYK
0, 40, 63, 1
Luminance
0.4384
Every format
| HEX | #fd975f |
| RGB | rgb(253, 151, 95) |
| HSL | hsl(21, 98%, 68%) |
| CMYK | cmyk(0%, 40%, 63%, 1%) |
| LAB | lab(72.1 33.4 45.4) |
| LCH | lch(72.1 56.3 53.7) |
| OKLCH | oklch(0.772 0.142 48.4) |
Copy-ready code
/* CSS */
color: #fd975f;
background-color: #fd975f;
/* Tailwind (arbitrary) */
class="text-[#fd975f] bg-[#fd975f]"
/* SCSS */
$brand: #fd975f;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.373)
/* Android */
Color.parseColor("#fd975f")Accessibility — WCAG contrast
Aa
#fd975f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd975f on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow62.5%
Key (black)0.8%
Color previews
#fd975f text on a black background
contrast 9.77:1
Card sample
#fd975f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd975f;
Background color
Panel with #fd975f background
background-color: #fd975f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd975f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd975f; background: linear-gradient(135deg, #fd975f, #FAFD5F);