#ff960b
a balanced, electric orange · warm · closest name: orange
RGB
255, 150, 11
HSL
34°, 100%, 52%
CMYK
0, 41, 96, 0
Luminance
0.4310
Every format
| HEX | #ff960b |
| RGB | rgb(255, 150, 11) |
| HSL | hsl(34, 100%, 52%) |
| CMYK | cmyk(0%, 41%, 96%, 0%) |
| LAB | lab(71.6 31.8 75.5) |
| LCH | lch(71.6 81.9 67.1) |
| OKLCH | oklch(0.767 0.174 62.6) |
Copy-ready code
/* CSS */
color: #ff960b;
background-color: #ff960b;
/* Tailwind (arbitrary) */
class="text-[#ff960b] bg-[#ff960b]"
/* SCSS */
$brand: #ff960b;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.043)
/* Android */
Color.parseColor("#ff960b")Accessibility — WCAG contrast
Aa
#ff960b on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff960b on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow95.7%
Key (black)0.0%
Color previews
#ff960b text on a black background
contrast 9.62:1
Card sample
#ff960b text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff960b;
Background color
Panel with #ff960b background
background-color: #ff960b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff960b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff960b; background: linear-gradient(135deg, #ff960b, #C5FF0B);