#fd8613
a balanced, electric orange · warm · closest name: orange
RGB
253, 134, 19
HSL
30°, 98%, 53%
CMYK
0, 47, 93, 1
Luminance
0.3798
Every format
| HEX | #fd8613 |
| RGB | rgb(253, 134, 19) |
| HSL | hsl(30, 98%, 53%) |
| CMYK | cmyk(0%, 47%, 93%, 1%) |
| LAB | lab(68.0 39.2 71.5) |
| LCH | lch(68.0 81.6 61.3) |
| OKLCH | oklch(0.739 0.178 55.1) |
Copy-ready code
/* CSS */
color: #fd8613;
background-color: #fd8613;
/* Tailwind (arbitrary) */
class="text-[#fd8613] bg-[#fd8613]"
/* SCSS */
$brand: #fd8613;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#fd8613")Accessibility — WCAG contrast
Aa
#fd8613 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8613 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow92.5%
Key (black)0.8%
Color previews
#fd8613 text on a black background
contrast 8.60:1
Card sample
#fd8613 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8613;
Background color
Panel with #fd8613 background
background-color: #fd8613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8613; background: linear-gradient(135deg, #fd8613, #D8FD13);