#f37921
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 121, 33
HSL
25°, 90%, 54%
CMYK
0, 50, 86, 5
Luminance
0.3284
Every format
| HEX | #f37921 |
| RGB | rgb(243, 121, 33) |
| HSL | hsl(25, 90%, 54%) |
| CMYK | cmyk(0%, 50%, 86%, 5%) |
| LAB | lab(64.0 42.0 64.3) |
| LCH | lch(64.0 76.8 56.8) |
| OKLCH | oklch(0.706 0.175 50.1) |
Copy-ready code
/* CSS */
color: #f37921;
background-color: #f37921;
/* Tailwind (arbitrary) */
class="text-[#f37921] bg-[#f37921]"
/* SCSS */
$brand: #f37921;
/* SwiftUI */
Color(red: 0.953, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#f37921")Accessibility — WCAG contrast
Aa
#f37921 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37921 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow86.4%
Key (black)4.7%
Color previews
#f37921 text on a black background
contrast 7.57:1
Card sample
#f37921 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37921;
Background color
Panel with #f37921 background
background-color: #f37921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37921; background: linear-gradient(135deg, #f37921, #E1F321);