#fd8a39
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 138, 57
HSL
25°, 98%, 61%
CMYK
0, 46, 78, 1
Luminance
0.3936
Every format
| HEX | #fd8a39 |
| RGB | rgb(253, 138, 57) |
| HSL | hsl(25, 98%, 61%) |
| CMYK | cmyk(0%, 46%, 78%, 1%) |
| LAB | lab(69.0 38.1 60.0) |
| LCH | lch(69.0 71.1 57.6) |
| OKLCH | oklch(0.747 0.166 51.8) |
Copy-ready code
/* CSS */
color: #fd8a39;
background-color: #fd8a39;
/* Tailwind (arbitrary) */
class="text-[#fd8a39] bg-[#fd8a39]"
/* SCSS */
$brand: #fd8a39;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.224)
/* Android */
Color.parseColor("#fd8a39")Accessibility — WCAG contrast
Aa
#fd8a39 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8a39 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow77.5%
Key (black)0.8%
Color previews
#fd8a39 text on a black background
contrast 8.87:1
Card sample
#fd8a39 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8a39;
Background color
Panel with #fd8a39 background
background-color: #fd8a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8a39; background: linear-gradient(135deg, #fd8a39, #EDFD39);