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