#f58f39
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 143, 57
HSL
27°, 90%, 59%
CMYK
0, 42, 77, 4
Luminance
0.3935
Every format
| HEX | #f58f39 |
| RGB | rgb(245, 143, 57) |
| HSL | hsl(27, 90%, 59%) |
| CMYK | cmyk(0%, 42%, 77%, 4%) |
| LAB | lab(69.0 32.4 59.7) |
| LCH | lch(69.0 67.9 61.5) |
| OKLCH | oklch(0.745 0.156 56.6) |
Copy-ready code
/* CSS */
color: #f58f39;
background-color: #f58f39;
/* Tailwind (arbitrary) */
class="text-[#f58f39] bg-[#f58f39]"
/* SCSS */
$brand: #f58f39;
/* SwiftUI */
Color(red: 0.961, green: 0.561, blue: 0.224)
/* Android */
Color.parseColor("#f58f39")Accessibility — WCAG contrast
Aa
#f58f39 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58f39 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow76.7%
Key (black)3.9%
Color previews
#f58f39 text on a black background
contrast 8.87:1
Card sample
#f58f39 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58f39;
Background color
Panel with #f58f39 background
background-color: #f58f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 143, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 143, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58f39; background: linear-gradient(135deg, #f58f39, #DEF539);