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