#fd9413
a balanced, electric orange · warm · closest name: orange
RGB
253, 148, 19
HSL
33°, 98%, 53%
CMYK
0, 42, 93, 1
Luminance
0.4211
Every format
| HEX | #fd9413 |
| RGB | rgb(253, 148, 19) |
| HSL | hsl(33, 98%, 53%) |
| CMYK | cmyk(0%, 42%, 93%, 1%) |
| LAB | lab(71.0 32.1 73.6) |
| LCH | lch(71.0 80.3 66.4) |
| OKLCH | oklch(0.761 0.172 61.8) |
Copy-ready code
/* CSS */
color: #fd9413;
background-color: #fd9413;
/* Tailwind (arbitrary) */
class="text-[#fd9413] bg-[#fd9413]"
/* SCSS */
$brand: #fd9413;
/* SwiftUI */
Color(red: 0.992, green: 0.580, blue: 0.075)
/* Android */
Color.parseColor("#fd9413")Accessibility — WCAG contrast
Aa
#fd9413 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9413 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow92.5%
Key (black)0.8%
Color previews
#fd9413 text on a black background
contrast 9.42:1
Card sample
#fd9413 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9413;
Background color
Panel with #fd9413 background
background-color: #fd9413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 148, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 148, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9413; background: linear-gradient(135deg, #fd9413, #CAFD13);