#f3971d
a balanced, electric orange · warm · closest name: orange
RGB
243, 151, 29
HSL
34°, 90%, 53%
CMYK
0, 38, 88, 5
Luminance
0.4128
Every format
| HEX | #f3971d |
| RGB | rgb(243, 151, 29) |
| HSL | hsl(34, 90%, 53%) |
| CMYK | cmyk(0%, 38%, 88%, 5%) |
| LAB | lab(70.4 26.6 70.4) |
| LCH | lch(70.4 75.3 69.3) |
| OKLCH | oklch(0.754 0.161 65.8) |
Copy-ready code
/* CSS */
color: #f3971d;
background-color: #f3971d;
/* Tailwind (arbitrary) */
class="text-[#f3971d] bg-[#f3971d]"
/* SCSS */
$brand: #f3971d;
/* SwiftUI */
Color(red: 0.953, green: 0.592, blue: 0.114)
/* Android */
Color.parseColor("#f3971d")Accessibility — WCAG contrast
Aa
#f3971d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3971d on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.2%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow88.1%
Key (black)4.7%
Color previews
#f3971d text on a black background
contrast 9.26:1
Card sample
#f3971d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3971d;
Background color
Panel with #f3971d background
background-color: #f3971d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3971d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 151, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 151, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3971d; background: linear-gradient(135deg, #f3971d, #C0F31D);