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