#f09441
a balanced, electric orange · warm · closest name: peru
RGB
240, 148, 65
HSL
29°, 85%, 60%
CMYK
0, 38, 73, 6
Luminance
0.4009
Every format
| HEX | #f09441 |
| RGB | rgb(240, 148, 65) |
| HSL | hsl(29, 85%, 60%) |
| CMYK | cmyk(0%, 38%, 73%, 6%) |
| LAB | lab(69.5 28.1 56.5) |
| LCH | lch(69.5 63.1 63.6) |
| OKLCH | oklch(0.748 0.146 59.3) |
Copy-ready code
/* CSS */
color: #f09441;
background-color: #f09441;
/* Tailwind (arbitrary) */
class="text-[#f09441] bg-[#f09441]"
/* SCSS */
$brand: #f09441;
/* SwiftUI */
Color(red: 0.941, green: 0.580, blue: 0.255)
/* Android */
Color.parseColor("#f09441")Accessibility — WCAG contrast
Aa
#f09441 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09441 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.0%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow72.9%
Key (black)5.9%
Color previews
#f09441 text on a black background
contrast 9.02:1
Card sample
#f09441 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09441;
Background color
Panel with #f09441 background
background-color: #f09441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 148, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 148, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09441; background: linear-gradient(135deg, #f09441, #D7F041);