#f97584
a light, electric red · warm · closest name: salmon
RGB
249, 117, 132
HSL
353°, 92%, 72%
CMYK
0, 53, 47, 2
Luminance
0.3453
Every format
| HEX | #f97584 |
| RGB | rgb(249, 117, 132) |
| HSL | hsl(353, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 47%, 2%) |
| LAB | lab(65.4 51.8 16.4) |
| LCH | lch(65.4 54.3 17.6) |
| OKLCH | oklch(0.722 0.162 15.0) |
Copy-ready code
/* CSS */
color: #f97584;
background-color: #f97584;
/* Tailwind (arbitrary) */
class="text-[#f97584] bg-[#f97584]"
/* SCSS */
$brand: #f97584;
/* SwiftUI */
Color(red: 0.976, green: 0.459, blue: 0.518)
/* Android */
Color.parseColor("#f97584")Accessibility — WCAG contrast
Aa
#f97584 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97584 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green45.9%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow47.0%
Key (black)2.4%
Color previews
#f97584 text on a black background
contrast 7.91:1
Card sample
#f97584 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97584;
Background color
Panel with #f97584 background
background-color: #f97584;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97584;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 117, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 117, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97584; background: linear-gradient(135deg, #f97584, #F9BE75);