#f39b49
a balanced, electric orange · warm · closest name: peru
RGB
243, 155, 73
HSL
29°, 88%, 62%
CMYK
0, 36, 70, 5
Luminance
0.4298
Every format
| HEX | #f39b49 |
| RGB | rgb(243, 155, 73) |
| HSL | hsl(29, 88%, 62%) |
| CMYK | cmyk(0%, 36%, 70%, 5%) |
| LAB | lab(71.5 26.0 55.1) |
| LCH | lch(71.5 60.9 64.8) |
| OKLCH | oklch(0.764 0.142 60.7) |
Copy-ready code
/* CSS */
color: #f39b49;
background-color: #f39b49;
/* Tailwind (arbitrary) */
class="text-[#f39b49] bg-[#f39b49]"
/* SCSS */
$brand: #f39b49;
/* SwiftUI */
Color(red: 0.953, green: 0.608, blue: 0.286)
/* Android */
Color.parseColor("#f39b49")Accessibility — WCAG contrast
Aa
#f39b49 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39b49 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow70.0%
Key (black)4.7%
Color previews
#f39b49 text on a black background
contrast 9.60:1
Card sample
#f39b49 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39b49;
Background color
Panel with #f39b49 background
background-color: #f39b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 155, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 155, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39b49; background: linear-gradient(135deg, #f39b49, #DAF349);