#f174b9
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 116, 185
HSL
327°, 82%, 70%
CMYK
0, 52, 23, 6
Luminance
0.3469
Every format
| HEX | #f174b9 |
| RGB | rgb(241, 116, 185) |
| HSL | hsl(327, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 23%, 6%) |
| LAB | lab(65.5 55.7 -13.6) |
| LCH | lch(65.5 57.3 346.2) |
| OKLCH | oklch(0.725 0.171 347.9) |
Copy-ready code
/* CSS */
color: #f174b9;
background-color: #f174b9;
/* Tailwind (arbitrary) */
class="text-[#f174b9] bg-[#f174b9]"
/* SCSS */
$brand: #f174b9;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.725)
/* Android */
Color.parseColor("#f174b9")Accessibility — WCAG contrast
Aa
#f174b9 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f174b9 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow23.2%
Key (black)5.5%
Color previews
#f174b9 text on a black background
contrast 7.94:1
Card sample
#f174b9 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f174b9;
Background color
Panel with #f174b9 background
background-color: #f174b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f174b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f174b9; background: linear-gradient(135deg, #f174b9, #F18274);