#f09b39
a balanced, electric orange · warm · closest name: peru
RGB
240, 155, 57
HSL
32°, 86%, 58%
CMYK
0, 35, 76, 6
Luminance
0.4226
Every format
| HEX | #f09b39 |
| RGB | rgb(240, 155, 57) |
| HSL | hsl(32, 86%, 58%) |
| CMYK | cmyk(0%, 35%, 76%, 6%) |
| LAB | lab(71.1 24.0 61.5) |
| LCH | lch(71.1 66.0 68.6) |
| OKLCH | oklch(0.759 0.148 65.3) |
Copy-ready code
/* CSS */
color: #f09b39;
background-color: #f09b39;
/* Tailwind (arbitrary) */
class="text-[#f09b39] bg-[#f09b39]"
/* SCSS */
$brand: #f09b39;
/* SwiftUI */
Color(red: 0.941, green: 0.608, blue: 0.224)
/* Android */
Color.parseColor("#f09b39")Accessibility — WCAG contrast
Aa
#f09b39 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09b39 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow76.3%
Key (black)5.9%
Color previews
#f09b39 text on a black background
contrast 9.45:1
Card sample
#f09b39 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09b39;
Background color
Panel with #f09b39 background
background-color: #f09b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 155, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 155, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09b39; background: linear-gradient(135deg, #f09b39, #CBF039);