#f185ad
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 133, 173
HSL
338°, 79%, 73%
CMYK
0, 45, 28, 6
Luminance
0.3849
Every format
| HEX | #f185ad |
| RGB | rgb(241, 133, 173) |
| HSL | hsl(338, 79%, 73%) |
| CMYK | cmyk(0%, 45%, 28%, 6%) |
| LAB | lab(68.4 45.8 -2.6) |
| LCH | lch(68.4 45.8 356.7) |
| OKLCH | oklch(0.745 0.139 357.4) |
Copy-ready code
/* CSS */
color: #f185ad;
background-color: #f185ad;
/* Tailwind (arbitrary) */
class="text-[#f185ad] bg-[#f185ad]"
/* SCSS */
$brand: #f185ad;
/* SwiftUI */
Color(red: 0.945, green: 0.522, blue: 0.678)
/* Android */
Color.parseColor("#f185ad")Accessibility — WCAG contrast
Aa
#f185ad on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f185ad on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow28.2%
Key (black)5.5%
Color previews
#f185ad text on a black background
contrast 8.70:1
Card sample
#f185ad text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f185ad;
Background color
Panel with #f185ad background
background-color: #f185ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f185ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 133, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 133, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f185ad; background: linear-gradient(135deg, #f185ad, #F1A585);