#fd8e39
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 142, 57
HSL
26°, 98%, 61%
CMYK
0, 44, 78, 1
Luminance
0.4052
Every format
| HEX | #fd8e39 |
| RGB | rgb(253, 142, 57) |
| HSL | hsl(26, 98%, 61%) |
| CMYK | cmyk(0%, 44%, 78%, 1%) |
| LAB | lab(69.8 36.1 60.9) |
| LCH | lch(69.8 70.7 59.3) |
| OKLCH | oklch(0.753 0.164 53.9) |
Copy-ready code
/* CSS */
color: #fd8e39;
background-color: #fd8e39;
/* Tailwind (arbitrary) */
class="text-[#fd8e39] bg-[#fd8e39]"
/* SCSS */
$brand: #fd8e39;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 0.224)
/* Android */
Color.parseColor("#fd8e39")Accessibility — WCAG contrast
Aa
#fd8e39 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8e39 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow77.5%
Key (black)0.8%
Color previews
#fd8e39 text on a black background
contrast 9.10:1
Card sample
#fd8e39 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8e39;
Background color
Panel with #fd8e39 background
background-color: #fd8e39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8e39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8e39; background: linear-gradient(135deg, #fd8e39, #E9FD39);