#f59080
a light, electric red · warm · closest name: salmon
RGB
245, 144, 128
HSL
8°, 85%, 73%
CMYK
0, 41, 48, 4
Luminance
0.4092
Every format
| HEX | #f59080 |
| RGB | rgb(245, 144, 128) |
| HSL | hsl(8, 85%, 73%) |
| CMYK | cmyk(0%, 41%, 48%, 4%) |
| LAB | lab(70.1 36.5 25.0) |
| LCH | lch(70.1 44.3 34.5) |
| OKLCH | oklch(0.756 0.126 29.9) |
Copy-ready code
/* CSS */
color: #f59080;
background-color: #f59080;
/* Tailwind (arbitrary) */
class="text-[#f59080] bg-[#f59080]"
/* SCSS */
$brand: #f59080;
/* SwiftUI */
Color(red: 0.961, green: 0.565, blue: 0.502)
/* Android */
Color.parseColor("#f59080")Accessibility — WCAG contrast
Aa
#f59080 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59080 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow47.8%
Key (black)3.9%
Color previews
#f59080 text on a black background
contrast 9.18:1
Card sample
#f59080 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59080;
Background color
Panel with #f59080 background
background-color: #f59080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 144, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 144, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59080; background: linear-gradient(135deg, #f59080, #F5DE80);