#fd9608
a balanced, electric orange · warm · closest name: orange
RGB
253, 150, 8
HSL
35°, 98%, 51%
CMYK
0, 41, 97, 1
Luminance
0.4271
Every format
| HEX | #fd9608 |
| RGB | rgb(253, 150, 8) |
| HSL | hsl(35, 98%, 51%) |
| CMYK | cmyk(0%, 41%, 97%, 1%) |
| LAB | lab(71.4 31.0 75.5) |
| LCH | lch(71.4 81.6 67.7) |
| OKLCH | oklch(0.764 0.172 63.4) |
Copy-ready code
/* CSS */
color: #fd9608;
background-color: #fd9608;
/* Tailwind (arbitrary) */
class="text-[#fd9608] bg-[#fd9608]"
/* SCSS */
$brand: #fd9608;
/* SwiftUI */
Color(red: 0.992, green: 0.588, blue: 0.031)
/* Android */
Color.parseColor("#fd9608")Accessibility — WCAG contrast
Aa
#fd9608 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9608 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow96.8%
Key (black)0.8%
Color previews
#fd9608 text on a black background
contrast 9.54:1
Card sample
#fd9608 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9608;
Background color
Panel with #fd9608 background
background-color: #fd9608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 150, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 150, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9608; background: linear-gradient(135deg, #fd9608, #C1FD08);