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