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