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