#fd9713
a balanced, electric orange · warm · closest name: orange
RGB
253, 151, 19
HSL
34°, 98%, 53%
CMYK
0, 40, 93, 1
Luminance
0.4306
Every format
| HEX | #fd9713 |
| RGB | rgb(253, 151, 19) |
| HSL | hsl(34, 98%, 53%) |
| CMYK | cmyk(0%, 40%, 93%, 1%) |
| LAB | lab(71.6 30.6 74.1) |
| LCH | lch(71.6 80.1 67.6) |
| OKLCH | oklch(0.766 0.171 63.3) |
Copy-ready code
/* CSS */
color: #fd9713;
background-color: #fd9713;
/* Tailwind (arbitrary) */
class="text-[#fd9713] bg-[#fd9713]"
/* SCSS */
$brand: #fd9713;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#fd9713")Accessibility — WCAG contrast
Aa
#fd9713 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9713 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow92.5%
Key (black)0.8%
Color previews
#fd9713 text on a black background
contrast 9.61:1
Card sample
#fd9713 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9713;
Background color
Panel with #fd9713 background
background-color: #fd9713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9713; background: linear-gradient(135deg, #fd9713, #C7FD13);