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