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