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