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