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