#fd8608
a balanced, electric orange · warm · closest name: orange
RGB
253, 134, 8
HSL
31°, 98%, 51%
CMYK
0, 47, 97, 1
Luminance
0.3795
Every format
| HEX | #fd8608 |
| RGB | rgb(253, 134, 8) |
| HSL | hsl(31, 98%, 51%) |
| CMYK | cmyk(0%, 47%, 97%, 1%) |
| LAB | lab(68.0 39.1 73.3) |
| LCH | lch(68.0 83.1 61.9) |
| OKLCH | oklch(0.739 0.180 55.7) |
Copy-ready code
/* CSS */
color: #fd8608;
background-color: #fd8608;
/* Tailwind (arbitrary) */
class="text-[#fd8608] bg-[#fd8608]"
/* SCSS */
$brand: #fd8608;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.031)
/* Android */
Color.parseColor("#fd8608")Accessibility — WCAG contrast
Aa
#fd8608 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8608 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow96.8%
Key (black)0.8%
Color previews
#fd8608 text on a black background
contrast 8.59:1
Card sample
#fd8608 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8608;
Background color
Panel with #fd8608 background
background-color: #fd8608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8608; background: linear-gradient(135deg, #fd8608, #D1FD08);