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