#f18341
a balanced, electric orange · warm · closest name: coral
RGB
241, 131, 65
HSL
23°, 86%, 60%
CMYK
0, 46, 73, 6
Luminance
0.3532
Every format
| HEX | #f18341 |
| RGB | rgb(241, 131, 65) |
| HSL | hsl(23, 86%, 60%) |
| CMYK | cmyk(0%, 46%, 73%, 6%) |
| LAB | lab(66.0 37.3 52.9) |
| LCH | lch(66.0 64.7 54.8) |
| OKLCH | oklch(0.721 0.156 49.0) |
Copy-ready code
/* CSS */
color: #f18341;
background-color: #f18341;
/* Tailwind (arbitrary) */
class="text-[#f18341] bg-[#f18341]"
/* SCSS */
$brand: #f18341;
/* SwiftUI */
Color(red: 0.945, green: 0.514, blue: 0.255)
/* Android */
Color.parseColor("#f18341")Accessibility — WCAG contrast
Aa
#f18341 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18341 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.4%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow73.0%
Key (black)5.5%
Color previews
#f18341 text on a black background
contrast 8.06:1
Card sample
#f18341 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18341;
Background color
Panel with #f18341 background
background-color: #f18341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 131, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 131, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18341; background: linear-gradient(135deg, #f18341, #EAF141);