#ff982f
a balanced, electric orange · warm · closest name: orange
RGB
255, 152, 47
HSL
30°, 100%, 59%
CMYK
0, 40, 82, 0
Luminance
0.4392
Every format
| HEX | #ff982f |
| RGB | rgb(255, 152, 47) |
| HSL | hsl(30, 100%, 59%) |
| CMYK | cmyk(0%, 40%, 82%, 0%) |
| LAB | lab(72.2 31.4 67.0) |
| LCH | lch(72.2 74.0 64.9) |
| OKLCH | oklch(0.772 0.165 60.4) |
Copy-ready code
/* CSS */
color: #ff982f;
background-color: #ff982f;
/* Tailwind (arbitrary) */
class="text-[#ff982f] bg-[#ff982f]"
/* SCSS */
$brand: #ff982f;
/* SwiftUI */
Color(red: 1.000, green: 0.596, blue: 0.184)
/* Android */
Color.parseColor("#ff982f")Accessibility — WCAG contrast
Aa
#ff982f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff982f on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow81.6%
Key (black)0.0%
Color previews
#ff982f text on a black background
contrast 9.78:1
Card sample
#ff982f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff982f;
Background color
Panel with #ff982f background
background-color: #ff982f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff982f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 152, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 152, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff982f; background: linear-gradient(135deg, #ff982f, #DBFF2F);