#f18d39
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 141, 57
HSL
27°, 87%, 58%
CMYK
0, 42, 76, 6
Luminance
0.3805
Every format
| HEX | #f18d39 |
| RGB | rgb(241, 141, 57) |
| HSL | hsl(27, 87%, 58%) |
| CMYK | cmyk(0%, 42%, 76%, 6%) |
| LAB | lab(68.1 31.8 58.6) |
| LCH | lch(68.1 66.7 61.5) |
| OKLCH | oklch(0.736 0.154 56.6) |
Copy-ready code
/* CSS */
color: #f18d39;
background-color: #f18d39;
/* Tailwind (arbitrary) */
class="text-[#f18d39] bg-[#f18d39]"
/* SCSS */
$brand: #f18d39;
/* SwiftUI */
Color(red: 0.945, green: 0.553, blue: 0.224)
/* Android */
Color.parseColor("#f18d39")Accessibility — WCAG contrast
Aa
#f18d39 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18d39 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green55.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow76.3%
Key (black)5.5%
Color previews
#f18d39 text on a black background
contrast 8.61:1
Card sample
#f18d39 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18d39;
Background color
Panel with #f18d39 background
background-color: #f18d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 141, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 141, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18d39; background: linear-gradient(135deg, #f18d39, #DAF139);