#f06a39
a balanced, electric orange · warm · closest name: coral
RGB
240, 106, 57
HSL
16°, 86%, 58%
CMYK
0, 56, 76, 6
Luminance
0.2913
Every format
| HEX | #f06a39 |
| RGB | rgb(240, 106, 57) |
| HSL | hsl(16, 86%, 58%) |
| CMYK | cmyk(0%, 56%, 76%, 6%) |
| LAB | lab(60.9 48.9 51.4) |
| LCH | lch(60.9 70.9 46.4) |
| OKLCH | oklch(0.681 0.177 39.6) |
Copy-ready code
/* CSS */
color: #f06a39;
background-color: #f06a39;
/* Tailwind (arbitrary) */
class="text-[#f06a39] bg-[#f06a39]"
/* SCSS */
$brand: #f06a39;
/* SwiftUI */
Color(red: 0.941, green: 0.416, blue: 0.224)
/* Android */
Color.parseColor("#f06a39")Accessibility — WCAG contrast
Aa
#f06a39 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06a39 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green41.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow76.3%
Key (black)5.9%
Color previews
#f06a39 text on a black background
contrast 6.83:1
Card sample
#f06a39 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06a39;
Background color
Panel with #f06a39 background
background-color: #f06a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 106, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 106, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06a39; background: linear-gradient(135deg, #f06a39, #F0E439);