#f08070
a light, electric red · warm · closest name: salmon
RGB
240, 128, 112
HSL
8°, 81%, 69%
CMYK
0, 47, 53, 6
Luminance
0.3513
Every format
| HEX | #f08070 |
| RGB | rgb(240, 128, 112) |
| HSL | hsl(8, 81%, 69%) |
| CMYK | cmyk(0%, 47%, 53%, 6%) |
| LAB | lab(65.9 41.4 28.1) |
| LCH | lch(65.9 50.0 34.2) |
| OKLCH | oklch(0.721 0.141 29.4) |
Copy-ready code
/* CSS */
color: #f08070;
background-color: #f08070;
/* Tailwind (arbitrary) */
class="text-[#f08070] bg-[#f08070]"
/* SCSS */
$brand: #f08070;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.439)
/* Android */
Color.parseColor("#f08070")Accessibility — WCAG contrast
Aa
#f08070 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08070 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow53.3%
Key (black)5.9%
Color previews
#f08070 text on a black background
contrast 8.03:1
Card sample
#f08070 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08070;
Background color
Panel with #f08070 background
background-color: #f08070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08070; background: linear-gradient(135deg, #f08070, #F0D570);