#f7985e
a light, electric orange · warm · closest name: peru
RGB
247, 152, 94
HSL
23°, 91%, 67%
CMYK
0, 39, 62, 3
Luminance
0.4304
Every format
| HEX | #f7985e |
| RGB | rgb(247, 152, 94) |
| HSL | hsl(23, 91%, 67%) |
| CMYK | cmyk(0%, 39%, 62%, 3%) |
| LAB | lab(71.6 30.4 45.1) |
| LCH | lch(71.6 54.4 56.0) |
| OKLCH | oklch(0.766 0.136 50.9) |
Copy-ready code
/* CSS */
color: #f7985e;
background-color: #f7985e;
/* Tailwind (arbitrary) */
class="text-[#f7985e] bg-[#f7985e]"
/* SCSS */
$brand: #f7985e;
/* SwiftUI */
Color(red: 0.969, green: 0.596, blue: 0.369)
/* Android */
Color.parseColor("#f7985e")Accessibility — WCAG contrast
Aa
#f7985e on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7985e on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green59.6%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow61.9%
Key (black)3.1%
Color previews
#f7985e text on a black background
contrast 9.61:1
Card sample
#f7985e text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7985e;
Background color
Panel with #f7985e background
background-color: #f7985e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7985e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 152, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 152, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7985e; background: linear-gradient(135deg, #f7985e, #F0F75E);