#f58488
a light, electric red · warm · closest name: salmon
RGB
245, 132, 136
HSL
358°, 85%, 74%
CMYK
0, 46, 45, 4
Luminance
0.3769
Every format
| HEX | #f58488 |
| RGB | rgb(245, 132, 136) |
| HSL | hsl(358, 85%, 74%) |
| CMYK | cmyk(0%, 46%, 45%, 4%) |
| LAB | lab(67.8 43.4 17.4) |
| LCH | lch(67.8 46.8 21.9) |
| OKLCH | oklch(0.739 0.138 18.8) |
Copy-ready code
/* CSS */
color: #f58488;
background-color: #f58488;
/* Tailwind (arbitrary) */
class="text-[#f58488] bg-[#f58488]"
/* SCSS */
$brand: #f58488;
/* SwiftUI */
Color(red: 0.961, green: 0.518, blue: 0.533)
/* Android */
Color.parseColor("#f58488")Accessibility — WCAG contrast
Aa
#f58488 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58488 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green51.8%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow44.5%
Key (black)3.9%
Color previews
#f58488 text on a black background
contrast 8.54:1
Card sample
#f58488 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58488;
Background color
Panel with #f58488 background
background-color: #f58488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 132, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 132, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58488; background: linear-gradient(135deg, #f58488, #F5CB84);