#ff7a22
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 122, 34
HSL
24°, 100%, 57%
CMYK
0, 52, 87, 0
Luminance
0.3529
Every format
| HEX | #ff7a22 |
| RGB | rgb(255, 122, 34) |
| HSL | hsl(24, 100%, 57%) |
| CMYK | cmyk(0%, 52%, 87%, 0%) |
| LAB | lab(66.0 46.2 66.2) |
| LCH | lch(66.0 80.7 55.1) |
| OKLCH | oklch(0.724 0.185 48.0) |
Copy-ready code
/* CSS */
color: #ff7a22;
background-color: #ff7a22;
/* Tailwind (arbitrary) */
class="text-[#ff7a22] bg-[#ff7a22]"
/* SCSS */
$brand: #ff7a22;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.133)
/* Android */
Color.parseColor("#ff7a22")Accessibility — WCAG contrast
Aa
#ff7a22 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7a22 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow86.7%
Key (black)0.0%
Color previews
#ff7a22 text on a black background
contrast 8.06:1
Card sample
#ff7a22 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7a22;
Background color
Panel with #ff7a22 background
background-color: #ff7a22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7a22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7a22; background: linear-gradient(135deg, #ff7a22, #F1FF22);