#f178ad
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 120, 173
HSL
334°, 81%, 71%
CMYK
0, 50, 28, 6
Luminance
0.3515
Every format
| HEX | #f178ad |
| RGB | rgb(241, 120, 173) |
| HSL | hsl(334, 81%, 71%) |
| CMYK | cmyk(0%, 50%, 28%, 6%) |
| LAB | lab(65.9 52.2 -6.3) |
| LCH | lch(65.9 52.6 353.1) |
| OKLCH | oklch(0.727 0.159 354.2) |
Copy-ready code
/* CSS */
color: #f178ad;
background-color: #f178ad;
/* Tailwind (arbitrary) */
class="text-[#f178ad] bg-[#f178ad]"
/* SCSS */
$brand: #f178ad;
/* SwiftUI */
Color(red: 0.945, green: 0.471, blue: 0.678)
/* Android */
Color.parseColor("#f178ad")Accessibility — WCAG contrast
Aa
#f178ad on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f178ad on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green47.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow28.2%
Key (black)5.5%
Color previews
#f178ad text on a black background
contrast 8.03:1
Card sample
#f178ad text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f178ad;
Background color
Panel with #f178ad background
background-color: #f178ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f178ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 120, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 120, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f178ad; background: linear-gradient(135deg, #f178ad, #F19478);