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