#f09b49
a balanced, electric orange · warm · closest name: peru
RGB
240, 155, 73
HSL
30°, 85%, 61%
CMYK
0, 35, 70, 6
Luminance
0.4245
Every format
| HEX | #f09b49 |
| RGB | rgb(240, 155, 73) |
| HSL | hsl(30, 85%, 61%) |
| CMYK | cmyk(0%, 35%, 70%, 6%) |
| LAB | lab(71.2 24.8 54.6) |
| LCH | lch(71.2 60.0 65.6) |
| OKLCH | oklch(0.761 0.140 61.8) |
Copy-ready code
/* CSS */
color: #f09b49;
background-color: #f09b49;
/* Tailwind (arbitrary) */
class="text-[#f09b49] bg-[#f09b49]"
/* SCSS */
$brand: #f09b49;
/* SwiftUI */
Color(red: 0.941, green: 0.608, blue: 0.286)
/* Android */
Color.parseColor("#f09b49")Accessibility — WCAG contrast
Aa
#f09b49 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09b49 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow69.6%
Key (black)5.9%
Color previews
#f09b49 text on a black background
contrast 9.49:1
Card sample
#f09b49 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09b49;
Background color
Panel with #f09b49 background
background-color: #f09b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 155, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 155, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09b49; background: linear-gradient(135deg, #f09b49, #D6F049);