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