#f17421
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 116, 33
HSL
24°, 88%, 54%
CMYK
0, 52, 86, 6
Luminance
0.3130
Every format
| HEX | #f17421 |
| RGB | rgb(241, 116, 33) |
| HSL | hsl(24, 88%, 54%) |
| CMYK | cmyk(0%, 52%, 86%, 6%) |
| LAB | lab(62.8 43.7 63.1) |
| LCH | lch(62.8 76.8 55.3) |
| OKLCH | oklch(0.695 0.176 48.3) |
Copy-ready code
/* CSS */
color: #f17421;
background-color: #f17421;
/* Tailwind (arbitrary) */
class="text-[#f17421] bg-[#f17421]"
/* SCSS */
$brand: #f17421;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#f17421")Accessibility — WCAG contrast
Aa
#f17421 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17421 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow86.3%
Key (black)5.5%
Color previews
#f17421 text on a black background
contrast 7.26:1
Card sample
#f17421 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17421;
Background color
Panel with #f17421 background
background-color: #f17421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17421; background: linear-gradient(135deg, #f17421, #E3F121);