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