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