#f08c66
a light, electric orange · warm · closest name: salmon
RGB
240, 140, 102
HSL
17°, 82%, 67%
CMYK
0, 42, 58, 6
Luminance
0.3824
Every format
| HEX | #f08c66 |
| RGB | rgb(240, 140, 102) |
| HSL | hsl(17, 82%, 67%) |
| CMYK | cmyk(0%, 42%, 58%, 6%) |
| LAB | lab(68.2 34.5 36.6) |
| LCH | lch(68.2 50.2 46.7) |
| OKLCH | oklch(0.739 0.133 41.3) |
Copy-ready code
/* CSS */
color: #f08c66;
background-color: #f08c66;
/* Tailwind (arbitrary) */
class="text-[#f08c66] bg-[#f08c66]"
/* SCSS */
$brand: #f08c66;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.400)
/* Android */
Color.parseColor("#f08c66")Accessibility — WCAG contrast
Aa
#f08c66 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08c66 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow57.5%
Key (black)5.9%
Color previews
#f08c66 text on a black background
contrast 8.65:1
Card sample
#f08c66 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08c66;
Background color
Panel with #f08c66 background
background-color: #f08c66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08c66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08c66; background: linear-gradient(135deg, #f08c66, #F0E866);