#f08060
a light, electric red · warm · closest name: salmon
RGB
240, 128, 96
HSL
13°, 83%, 66%
CMYK
0, 47, 60, 6
Luminance
0.3481
Every format
| HEX | #f08060 |
| RGB | rgb(240, 128, 96) |
| HSL | hsl(13, 83%, 66%) |
| CMYK | cmyk(0%, 47%, 60%, 6%) |
| LAB | lab(65.6 40.2 36.5) |
| LCH | lch(65.6 54.3 42.3) |
| OKLCH | oklch(0.719 0.145 36.8) |
Copy-ready code
/* CSS */
color: #f08060;
background-color: #f08060;
/* Tailwind (arbitrary) */
class="text-[#f08060] bg-[#f08060]"
/* SCSS */
$brand: #f08060;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.376)
/* Android */
Color.parseColor("#f08060")Accessibility — WCAG contrast
Aa
#f08060 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08060 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow60.0%
Key (black)5.9%
Color previews
#f08060 text on a black background
contrast 7.96:1
Card sample
#f08060 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08060;
Background color
Panel with #f08060 background
background-color: #f08060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08060; background: linear-gradient(135deg, #f08060, #F0E060);