#f09e75
a light, electric orange · warm · closest name: peru
RGB
240, 158, 117
HSL
20°, 80%, 70%
CMYK
0, 34, 51, 6
Luminance
0.4426
Every format
| HEX | #f09e75 |
| RGB | rgb(240, 158, 117) |
| HSL | hsl(20, 80%, 70%) |
| CMYK | cmyk(0%, 34%, 51%, 6%) |
| LAB | lab(72.4 26.2 33.9) |
| LCH | lch(72.4 42.9 52.3) |
| OKLCH | oklch(0.772 0.113 47.1) |
Copy-ready code
/* CSS */
color: #f09e75;
background-color: #f09e75;
/* Tailwind (arbitrary) */
class="text-[#f09e75] bg-[#f09e75]"
/* SCSS */
$brand: #f09e75;
/* SwiftUI */
Color(red: 0.941, green: 0.620, blue: 0.459)
/* Android */
Color.parseColor("#f09e75")Accessibility — WCAG contrast
Aa
#f09e75 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09e75 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.0%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow51.3%
Key (black)5.9%
Color previews
#f09e75 text on a black background
contrast 9.85:1
Card sample
#f09e75 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09e75;
Background color
Panel with #f09e75 background
background-color: #f09e75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09e75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 158, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 158, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09e75; background: linear-gradient(135deg, #f09e75, #F0F075);