#f18921
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 137, 33
HSL
30°, 88%, 54%
CMYK
0, 43, 86, 6
Luminance
0.3670
Every format
| HEX | #f18921 |
| RGB | rgb(241, 137, 33) |
| HSL | hsl(30, 88%, 54%) |
| CMYK | cmyk(0%, 43%, 86%, 6%) |
| LAB | lab(67.1 33.1 66.6) |
| LCH | lch(67.1 74.3 63.5) |
| OKLCH | oklch(0.728 0.164 58.4) |
Copy-ready code
/* CSS */
color: #f18921;
background-color: #f18921;
/* Tailwind (arbitrary) */
class="text-[#f18921] bg-[#f18921]"
/* SCSS */
$brand: #f18921;
/* SwiftUI */
Color(red: 0.945, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#f18921")Accessibility — WCAG contrast
Aa
#f18921 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18921 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow86.3%
Key (black)5.5%
Color previews
#f18921 text on a black background
contrast 8.34:1
Card sample
#f18921 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18921;
Background color
Panel with #f18921 background
background-color: #f18921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18921; background: linear-gradient(135deg, #f18921, #CEF121);