#f08089
a light, electric red · warm · closest name: salmon
RGB
240, 128, 137
HSL
355°, 79%, 72%
CMYK
0, 47, 43, 6
Luminance
0.3577
Every format
| HEX | #f08089 |
| RGB | rgb(240, 128, 137) |
| HSL | hsl(355, 79%, 72%) |
| CMYK | cmyk(0%, 47%, 43%, 6%) |
| LAB | lab(66.3 43.7 14.8) |
| LCH | lch(66.3 46.1 18.7) |
| OKLCH | oklch(0.727 0.137 16.0) |
Copy-ready code
/* CSS */
color: #f08089;
background-color: #f08089;
/* Tailwind (arbitrary) */
class="text-[#f08089] bg-[#f08089]"
/* SCSS */
$brand: #f08089;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.537)
/* Android */
Color.parseColor("#f08089")Accessibility — WCAG contrast
Aa
#f08089 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08089 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow42.9%
Key (black)5.9%
Color previews
#f08089 text on a black background
contrast 8.15:1
Card sample
#f08089 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08089;
Background color
Panel with #f08089 background
background-color: #f08089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08089; background: linear-gradient(135deg, #f08089, #F0C280);