#fd7a2c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 122, 44
HSL
22°, 98%, 58%
CMYK
0, 52, 83, 1
Luminance
0.3498
Every format
| HEX | #fd7a2c |
| RGB | rgb(253, 122, 44) |
| HSL | hsl(22, 98%, 58%) |
| CMYK | cmyk(0%, 52%, 83%, 1%) |
| LAB | lab(65.7 45.6 62.3) |
| LCH | lch(65.7 77.3 53.8) |
| OKLCH | oklch(0.722 0.181 46.9) |
Copy-ready code
/* CSS */
color: #fd7a2c;
background-color: #fd7a2c;
/* Tailwind (arbitrary) */
class="text-[#fd7a2c] bg-[#fd7a2c]"
/* SCSS */
$brand: #fd7a2c;
/* SwiftUI */
Color(red: 0.992, green: 0.478, blue: 0.173)
/* Android */
Color.parseColor("#fd7a2c")Accessibility — WCAG contrast
Aa
#fd7a2c on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7a2c on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow82.6%
Key (black)0.8%
Color previews
#fd7a2c text on a black background
contrast 8.00:1
Card sample
#fd7a2c text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7a2c;
Background color
Panel with #fd7a2c background
background-color: #fd7a2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7a2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 122, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 122, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7a2c; background: linear-gradient(135deg, #fd7a2c, #F5FD2C);