#f16421
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 100, 33
HSL
19°, 88%, 54%
CMYK
0, 59, 86, 6
Luminance
0.2792
Every format
| HEX | #f16421 |
| RGB | rgb(241, 100, 33) |
| HSL | hsl(19, 88%, 54%) |
| CMYK | cmyk(0%, 59%, 86%, 6%) |
| LAB | lab(59.8 51.3 60.8) |
| LCH | lch(59.8 79.5 49.8) |
| OKLCH | oklch(0.673 0.189 42.0) |
Copy-ready code
/* CSS */
color: #f16421;
background-color: #f16421;
/* Tailwind (arbitrary) */
class="text-[#f16421] bg-[#f16421]"
/* SCSS */
$brand: #f16421;
/* SwiftUI */
Color(red: 0.945, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#f16421")Accessibility — WCAG contrast
Aa
#f16421 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16421 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow86.3%
Key (black)5.5%
Color previews
#f16421 text on a black background
contrast 6.58:1
Card sample
#f16421 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16421;
Background color
Panel with #f16421 background
background-color: #f16421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16421; background: linear-gradient(135deg, #f16421, #F1EF21);