#fd6b0f
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 107, 15
HSL
23°, 98%, 53%
CMYK
0, 58, 94, 1
Luminance
0.3143
Every format
| HEX | #fd6b0f |
| RGB | rgb(253, 107, 15) |
| HSL | hsl(23, 98%, 53%) |
| CMYK | cmyk(0%, 58%, 94%, 1%) |
| LAB | lab(62.9 52.2 68.9) |
| LCH | lch(62.9 86.5 52.9) |
| OKLCH | oklch(0.700 0.197 44.6) |
Copy-ready code
/* CSS */
color: #fd6b0f;
background-color: #fd6b0f;
/* Tailwind (arbitrary) */
class="text-[#fd6b0f] bg-[#fd6b0f]"
/* SCSS */
$brand: #fd6b0f;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.059)
/* Android */
Color.parseColor("#fd6b0f")Accessibility — WCAG contrast
Aa
#fd6b0f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6b0f on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow94.1%
Key (black)0.8%
Color previews
#fd6b0f text on a black background
contrast 7.29:1
Card sample
#fd6b0f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6b0f;
Background color
Panel with #fd6b0f background
background-color: #fd6b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6b0f; background: linear-gradient(135deg, #fd6b0f, #F0FD0F);