#f17486
a light, electric red · warm · closest name: salmon
RGB
241, 116, 134
HSL
351°, 82%, 70%
CMYK
0, 52, 44, 6
Luminance
0.3291
Every format
| HEX | #f17486 |
| RGB | rgb(241, 116, 134) |
| HSL | hsl(351, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 44%, 6%) |
| LAB | lab(64.1 49.7 13.3) |
| LCH | lch(64.1 51.4 15.0) |
| OKLCH | oklch(0.710 0.154 12.9) |
Copy-ready code
/* CSS */
color: #f17486;
background-color: #f17486;
/* Tailwind (arbitrary) */
class="text-[#f17486] bg-[#f17486]"
/* SCSS */
$brand: #f17486;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.525)
/* Android */
Color.parseColor("#f17486")Accessibility — WCAG contrast
Aa
#f17486 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17486 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow44.4%
Key (black)5.5%
Color previews
#f17486 text on a black background
contrast 7.58:1
Card sample
#f17486 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17486;
Background color
Panel with #f17486 background
background-color: #f17486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17486; background: linear-gradient(135deg, #f17486, #F1B574);