#f174df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 116, 223
HSL
309°, 82%, 70%
CMYK
0, 52, 8, 6
Luminance
0.3652
Every format
| HEX | #f174df |
| RGB | rgb(241, 116, 223) |
| HSL | hsl(309, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 8%, 6%) |
| LAB | lab(66.9 61.4 -32.8) |
| LCH | lch(66.9 69.6 331.9) |
| OKLCH | oklch(0.740 0.198 333.1) |
Copy-ready code
/* CSS */
color: #f174df;
background-color: #f174df;
/* Tailwind (arbitrary) */
class="text-[#f174df] bg-[#f174df]"
/* SCSS */
$brand: #f174df;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#f174df")Accessibility — WCAG contrast
Aa
#f174df on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f174df on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow7.5%
Key (black)5.5%
Color previews
#f174df text on a black background
contrast 8.30:1
Card sample
#f174df text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f174df;
Background color
Panel with #f174df background
background-color: #f174df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f174df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f174df; background: linear-gradient(135deg, #f174df, #F1748C);