#fd8f3c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 143, 60
HSL
26°, 98%, 61%
CMYK
0, 44, 76, 1
Luminance
0.4085
Every format
| HEX | #fd8f3c |
| RGB | rgb(253, 143, 60) |
| HSL | hsl(26, 98%, 61%) |
| CMYK | cmyk(0%, 44%, 76%, 1%) |
| LAB | lab(70.1 35.7 59.8) |
| LCH | lch(70.1 69.6 59.2) |
| OKLCH | oklch(0.755 0.162 53.8) |
Copy-ready code
/* CSS */
color: #fd8f3c;
background-color: #fd8f3c;
/* Tailwind (arbitrary) */
class="text-[#fd8f3c] bg-[#fd8f3c]"
/* SCSS */
$brand: #fd8f3c;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.235)
/* Android */
Color.parseColor("#fd8f3c")Accessibility — WCAG contrast
Aa
#fd8f3c on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8f3c on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow76.3%
Key (black)0.8%
Color previews
#fd8f3c text on a black background
contrast 9.17:1
Card sample
#fd8f3c text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8f3c;
Background color
Panel with #fd8f3c background
background-color: #fd8f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8f3c; background: linear-gradient(135deg, #fd8f3c, #EAFD3C);