#f0986c
a light, electric orange · warm · closest name: peru
RGB
240, 152, 108
HSL
20°, 82%, 68%
CMYK
0, 37, 55, 6
Luminance
0.4206
Every format
| HEX | #f0986c |
| RGB | rgb(240, 152, 108) |
| HSL | hsl(20, 82%, 68%) |
| CMYK | cmyk(0%, 37%, 55%, 6%) |
| LAB | lab(70.9 28.6 36.8) |
| LCH | lch(70.9 46.6 52.1) |
| OKLCH | oklch(0.760 0.121 46.9) |
Copy-ready code
/* CSS */
color: #f0986c;
background-color: #f0986c;
/* Tailwind (arbitrary) */
class="text-[#f0986c] bg-[#f0986c]"
/* SCSS */
$brand: #f0986c;
/* SwiftUI */
Color(red: 0.941, green: 0.596, blue: 0.424)
/* Android */
Color.parseColor("#f0986c")Accessibility — WCAG contrast
Aa
#f0986c on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0986c on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green59.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow55.0%
Key (black)5.9%
Color previews
#f0986c text on a black background
contrast 9.41:1
Card sample
#f0986c text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0986c;
Background color
Panel with #f0986c background
background-color: #f0986c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0986c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 152, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 152, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0986c; background: linear-gradient(135deg, #f0986c, #F0F06C);