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