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