#f175ad
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 117, 173
HSL
333°, 82%, 70%
CMYK
0, 52, 28, 6
Luminance
0.3444
Every format
| HEX | #f175ad |
| RGB | rgb(241, 117, 173) |
| HSL | hsl(333, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 28%, 6%) |
| LAB | lab(65.3 53.6 -7.1) |
| LCH | lch(65.3 54.1 352.4) |
| OKLCH | oklch(0.722 0.163 353.6) |
Copy-ready code
/* CSS */
color: #f175ad;
background-color: #f175ad;
/* Tailwind (arbitrary) */
class="text-[#f175ad] bg-[#f175ad]"
/* SCSS */
$brand: #f175ad;
/* SwiftUI */
Color(red: 0.945, green: 0.459, blue: 0.678)
/* Android */
Color.parseColor("#f175ad")Accessibility — WCAG contrast
Aa
#f175ad on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f175ad on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow28.2%
Key (black)5.5%
Color previews
#f175ad text on a black background
contrast 7.89:1
Card sample
#f175ad text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f175ad;
Background color
Panel with #f175ad background
background-color: #f175ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f175ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 117, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 117, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f175ad; background: linear-gradient(135deg, #f175ad, #F19075);