#ff9f20
a balanced, electric orange · warm · closest name: orange
RGB
255, 159, 32
HSL
34°, 100%, 56%
CMYK
0, 38, 88, 0
Luminance
0.4616
Every format
| HEX | #ff9f20 |
| RGB | rgb(255, 159, 32) |
| HSL | hsl(34, 100%, 56%) |
| CMYK | cmyk(0%, 38%, 88%, 0%) |
| LAB | lab(73.7 27.4 72.8) |
| LCH | lch(73.7 77.8 69.4) |
| OKLCH | oklch(0.783 0.167 65.9) |
Copy-ready code
/* CSS */
color: #ff9f20;
background-color: #ff9f20;
/* Tailwind (arbitrary) */
class="text-[#ff9f20] bg-[#ff9f20]"
/* SCSS */
$brand: #ff9f20;
/* SwiftUI */
Color(red: 1.000, green: 0.624, blue: 0.125)
/* Android */
Color.parseColor("#ff9f20")Accessibility — WCAG contrast
Aa
#ff9f20 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9f20 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.4%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow87.5%
Key (black)0.0%
Color previews
#ff9f20 text on a black background
contrast 10.23:1
Card sample
#ff9f20 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9f20;
Background color
Panel with #ff9f20 background
background-color: #ff9f20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9f20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 159, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 159, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9f20; background: linear-gradient(135deg, #ff9f20, #CAFF20);