#f18f39
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 143, 57
HSL
28°, 87%, 58%
CMYK
0, 41, 76, 6
Luminance
0.3864
Every format
| HEX | #f18f39 |
| RGB | rgb(241, 143, 57) |
| HSL | hsl(28, 87%, 58%) |
| CMYK | cmyk(0%, 41%, 76%, 6%) |
| LAB | lab(68.5 30.7 59.0) |
| LCH | lch(68.5 66.5 62.5) |
| OKLCH | oklch(0.740 0.153 57.7) |
Copy-ready code
/* CSS */
color: #f18f39;
background-color: #f18f39;
/* Tailwind (arbitrary) */
class="text-[#f18f39] bg-[#f18f39]"
/* SCSS */
$brand: #f18f39;
/* SwiftUI */
Color(red: 0.945, green: 0.561, blue: 0.224)
/* Android */
Color.parseColor("#f18f39")Accessibility — WCAG contrast
Aa
#f18f39 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18f39 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow76.3%
Key (black)5.5%
Color previews
#f18f39 text on a black background
contrast 8.73:1
Card sample
#f18f39 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18f39;
Background color
Panel with #f18f39 background
background-color: #f18f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 143, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 143, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18f39; background: linear-gradient(135deg, #f18f39, #D8F139);