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