#fd982c
a balanced, electric orange · warm · closest name: orange
RGB
253, 152, 44
HSL
31°, 98%, 58%
CMYK
0, 40, 83, 1
Luminance
0.4352
Every format
| HEX | #fd982c |
| RGB | rgb(253, 152, 44) |
| HSL | hsl(31, 98%, 58%) |
| CMYK | cmyk(0%, 40%, 83%, 1%) |
| LAB | lab(71.9 30.5 67.7) |
| LCH | lch(71.9 74.2 65.7) |
| OKLCH | oklch(0.769 0.164 61.4) |
Copy-ready code
/* CSS */
color: #fd982c;
background-color: #fd982c;
/* Tailwind (arbitrary) */
class="text-[#fd982c] bg-[#fd982c]"
/* SCSS */
$brand: #fd982c;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.173)
/* Android */
Color.parseColor("#fd982c")Accessibility — WCAG contrast
Aa
#fd982c on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd982c on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow82.6%
Key (black)0.8%
Color previews
#fd982c text on a black background
contrast 9.70:1
Card sample
#fd982c text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd982c;
Background color
Panel with #fd982c background
background-color: #fd982c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd982c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd982c; background: linear-gradient(135deg, #fd982c, #D7FD2C);