#f09d52
a balanced, electric orange · warm · closest name: peru
RGB
240, 157, 82
HSL
29°, 84%, 63%
CMYK
0, 35, 66, 6
Luminance
0.4325
Every format
| HEX | #f09d52 |
| RGB | rgb(240, 157, 82) |
| HSL | hsl(29, 84%, 63%) |
| CMYK | cmyk(0%, 35%, 66%, 6%) |
| LAB | lab(71.7 24.2 51.0) |
| LCH | lch(71.7 56.4 64.6) |
| OKLCH | oklch(0.765 0.134 60.6) |
Copy-ready code
/* CSS */
color: #f09d52;
background-color: #f09d52;
/* Tailwind (arbitrary) */
class="text-[#f09d52] bg-[#f09d52]"
/* SCSS */
$brand: #f09d52;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.322)
/* Android */
Color.parseColor("#f09d52")Accessibility — WCAG contrast
Aa
#f09d52 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09d52 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow65.8%
Key (black)5.9%
Color previews
#f09d52 text on a black background
contrast 9.65:1
Card sample
#f09d52 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09d52;
Background color
Panel with #f09d52 background
background-color: #f09d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09d52; background: linear-gradient(135deg, #f09d52, #DAF052);