#fd8908
a balanced, electric orange · warm · closest name: orange
RGB
253, 137, 8
HSL
32°, 98%, 51%
CMYK
0, 46, 97, 1
Luminance
0.3879
Every format
| HEX | #fd8908 |
| RGB | rgb(253, 137, 8) |
| HSL | hsl(32, 98%, 51%) |
| CMYK | cmyk(0%, 46%, 97%, 1%) |
| LAB | lab(68.6 37.6 73.7) |
| LCH | lch(68.6 82.8 63.0) |
| OKLCH | oklch(0.743 0.178 57.1) |
Copy-ready code
/* CSS */
color: #fd8908;
background-color: #fd8908;
/* Tailwind (arbitrary) */
class="text-[#fd8908] bg-[#fd8908]"
/* SCSS */
$brand: #fd8908;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.031)
/* Android */
Color.parseColor("#fd8908")Accessibility — WCAG contrast
Aa
#fd8908 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8908 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow96.8%
Key (black)0.8%
Color previews
#fd8908 text on a black background
contrast 8.76:1
Card sample
#fd8908 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8908;
Background color
Panel with #fd8908 background
background-color: #fd8908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8908; background: linear-gradient(135deg, #fd8908, #CEFD08);