#f18421
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 132, 33
HSL
29°, 88%, 54%
CMYK
0, 45, 86, 6
Luminance
0.3531
Every format
| HEX | #f18421 |
| RGB | rgb(241, 132, 33) |
| HSL | hsl(29, 88%, 54%) |
| CMYK | cmyk(0%, 45%, 86%, 6%) |
| LAB | lab(66.0 35.7 65.7) |
| LCH | lch(66.0 74.8 61.5) |
| OKLCH | oklch(0.720 0.166 55.8) |
Copy-ready code
/* CSS */
color: #f18421;
background-color: #f18421;
/* Tailwind (arbitrary) */
class="text-[#f18421] bg-[#f18421]"
/* SCSS */
$brand: #f18421;
/* SwiftUI */
Color(red: 0.945, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#f18421")Accessibility — WCAG contrast
Aa
#f18421 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18421 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow86.3%
Key (black)5.5%
Color previews
#f18421 text on a black background
contrast 8.06:1
Card sample
#f18421 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18421;
Background color
Panel with #f18421 background
background-color: #f18421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18421; background: linear-gradient(135deg, #f18421, #D3F121);