#f185a0
a light, electric red · warm · closest name: salmon
RGB
241, 133, 160
HSL
345°, 79%, 73%
CMYK
0, 45, 34, 6
Luminance
0.3801
Every format
| HEX | #f185a0 |
| RGB | rgb(241, 133, 160) |
| HSL | hsl(345, 79%, 73%) |
| CMYK | cmyk(0%, 45%, 34%, 6%) |
| LAB | lab(68.0 44.1 4.2) |
| LCH | lch(68.0 44.3 5.4) |
| OKLCH | oklch(0.742 0.134 4.9) |
Copy-ready code
/* CSS */
color: #f185a0;
background-color: #f185a0;
/* Tailwind (arbitrary) */
class="text-[#f185a0] bg-[#f185a0]"
/* SCSS */
$brand: #f185a0;
/* SwiftUI */
Color(red: 0.945, green: 0.522, blue: 0.627)
/* Android */
Color.parseColor("#f185a0")Accessibility — WCAG contrast
Aa
#f185a0 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f185a0 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.2%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow33.6%
Key (black)5.5%
Color previews
#f185a0 text on a black background
contrast 8.60:1
Card sample
#f185a0 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f185a0;
Background color
Panel with #f185a0 background
background-color: #f185a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f185a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 133, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 133, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f185a0; background: linear-gradient(135deg, #f185a0, #F1B285);