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