#f16821
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 104, 33
HSL
21°, 88%, 54%
CMYK
0, 57, 86, 6
Luminance
0.2871
Every format
| HEX | #f16821 |
| RGB | rgb(241, 104, 33) |
| HSL | hsl(21, 88%, 54%) |
| CMYK | cmyk(0%, 57%, 86%, 6%) |
| LAB | lab(60.5 49.5 61.3) |
| LCH | lch(60.5 78.8 51.1) |
| OKLCH | oklch(0.678 0.185 43.4) |
Copy-ready code
/* CSS */
color: #f16821;
background-color: #f16821;
/* Tailwind (arbitrary) */
class="text-[#f16821] bg-[#f16821]"
/* SCSS */
$brand: #f16821;
/* SwiftUI */
Color(red: 0.945, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#f16821")Accessibility — WCAG contrast
Aa
#f16821 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16821 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow86.3%
Key (black)5.5%
Color previews
#f16821 text on a black background
contrast 6.74:1
Card sample
#f16821 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16821;
Background color
Panel with #f16821 background
background-color: #f16821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16821; background: linear-gradient(135deg, #f16821, #EFF121);