#fd8c00
a balanced, electric orange · warm · closest name: orange
RGB
253, 140, 0
HSL
33°, 100%, 50%
CMYK
0, 45, 100, 1
Luminance
0.3964
Every format
| HEX | #fd8c00 |
| RGB | rgb(253, 140, 0) |
| HSL | hsl(33, 100%, 50%) |
| CMYK | cmyk(0%, 45%, 100%, 1%) |
| LAB | lab(69.2 36.0 75.2) |
| LCH | lch(69.2 83.4 64.4) |
| OKLCH | oklch(0.748 0.177 58.8) |
Copy-ready code
/* CSS */
color: #fd8c00;
background-color: #fd8c00;
/* Tailwind (arbitrary) */
class="text-[#fd8c00] bg-[#fd8c00]"
/* SCSS */
$brand: #fd8c00;
/* SwiftUI */
Color(red: 0.992, green: 0.549, blue: 0.000)
/* Android */
Color.parseColor("#fd8c00")Accessibility — WCAG contrast
Aa
#fd8c00 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8c00 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow100.0%
Key (black)0.8%
Color previews
#fd8c00 text on a black background
contrast 8.93:1
Card sample
#fd8c00 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8c00;
Background color
Panel with #fd8c00 background
background-color: #fd8c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 140, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 140, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8c00; background: linear-gradient(135deg, #fd8c00, #C5FD00);