#f09080
a light, electric red · warm · closest name: salmon
RGB
240, 144, 128
HSL
9°, 79%, 72%
CMYK
0, 40, 47, 6
Luminance
0.4003
Every format
| HEX | #f09080 |
| RGB | rgb(240, 144, 128) |
| HSL | hsl(9, 79%, 72%) |
| CMYK | cmyk(0%, 40%, 47%, 6%) |
| LAB | lab(69.5 34.6 24.1) |
| LCH | lch(69.5 42.2 34.8) |
| OKLCH | oklch(0.750 0.120 30.3) |
Copy-ready code
/* CSS */
color: #f09080;
background-color: #f09080;
/* Tailwind (arbitrary) */
class="text-[#f09080] bg-[#f09080]"
/* SCSS */
$brand: #f09080;
/* SwiftUI */
Color(red: 0.941, green: 0.565, blue: 0.502)
/* Android */
Color.parseColor("#f09080")Accessibility — WCAG contrast
Aa
#f09080 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09080 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green56.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow46.7%
Key (black)5.9%
Color previews
#f09080 text on a black background
contrast 9.01:1
Card sample
#f09080 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09080;
Background color
Panel with #f09080 background
background-color: #f09080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 144, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 144, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09080; background: linear-gradient(135deg, #f09080, #F0DB80);