#f18b21
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 139, 33
HSL
31°, 88%, 54%
CMYK
0, 42, 86, 6
Luminance
0.3728
Every format
| HEX | #f18b21 |
| RGB | rgb(241, 139, 33) |
| HSL | hsl(31, 88%, 54%) |
| CMYK | cmyk(0%, 42%, 86%, 6%) |
| LAB | lab(67.5 32.1 66.9) |
| LCH | lch(67.5 74.2 64.4) |
| OKLCH | oklch(0.732 0.163 59.5) |
Copy-ready code
/* CSS */
color: #f18b21;
background-color: #f18b21;
/* Tailwind (arbitrary) */
class="text-[#f18b21] bg-[#f18b21]"
/* SCSS */
$brand: #f18b21;
/* SwiftUI */
Color(red: 0.945, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#f18b21")Accessibility — WCAG contrast
Aa
#f18b21 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18b21 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow86.3%
Key (black)5.5%
Color previews
#f18b21 text on a black background
contrast 8.46:1
Card sample
#f18b21 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18b21;
Background color
Panel with #f18b21 background
background-color: #f18b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18b21; background: linear-gradient(135deg, #f18b21, #CCF121);