#f17785
a light, electric red · warm · closest name: salmon
RGB
241, 119, 133
HSL
353°, 81%, 71%
CMYK
0, 51, 45, 6
Luminance
0.3359
Every format
| HEX | #f17785 |
| RGB | rgb(241, 119, 133) |
| HSL | hsl(353, 81%, 71%) |
| CMYK | cmyk(0%, 51%, 45%, 6%) |
| LAB | lab(64.6 48.1 14.7) |
| LCH | lch(64.6 50.3 16.9) |
| OKLCH | oklch(0.714 0.150 14.5) |
Copy-ready code
/* CSS */
color: #f17785;
background-color: #f17785;
/* Tailwind (arbitrary) */
class="text-[#f17785] bg-[#f17785]"
/* SCSS */
$brand: #f17785;
/* SwiftUI */
Color(red: 0.945, green: 0.467, blue: 0.522)
/* Android */
Color.parseColor("#f17785")Accessibility — WCAG contrast
Aa
#f17785 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17785 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green46.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow44.8%
Key (black)5.5%
Color previews
#f17785 text on a black background
contrast 7.72:1
Card sample
#f17785 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17785;
Background color
Panel with #f17785 background
background-color: #f17785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 119, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 119, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17785; background: linear-gradient(135deg, #f17785, #F1BA77);