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