#f174af
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 116, 175
HSL
332°, 82%, 70%
CMYK
0, 52, 27, 6
Luminance
0.3429
Every format
| HEX | #f174af |
| RGB | rgb(241, 116, 175) |
| HSL | hsl(332, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 27%, 6%) |
| LAB | lab(65.2 54.4 -8.5) |
| LCH | lch(65.2 55.0 351.2) |
| OKLCH | oklch(0.722 0.166 352.5) |
Copy-ready code
/* CSS */
color: #f174af;
background-color: #f174af;
/* Tailwind (arbitrary) */
class="text-[#f174af] bg-[#f174af]"
/* SCSS */
$brand: #f174af;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.686)
/* Android */
Color.parseColor("#f174af")Accessibility — WCAG contrast
Aa
#f174af on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f174af on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow27.4%
Key (black)5.5%
Color previews
#f174af text on a black background
contrast 7.86:1
Card sample
#f174af text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f174af;
Background color
Panel with #f174af background
background-color: #f174af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f174af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f174af; background: linear-gradient(135deg, #f174af, #F18C74);