#f170cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 112, 207
HSL
316°, 82%, 69%
CMYK
0, 54, 14, 6
Luminance
0.3479
Every format
| HEX | #f170cf |
| RGB | rgb(241, 112, 207) |
| HSL | hsl(316, 82%, 69%) |
| CMYK | cmyk(0%, 54%, 14%, 6%) |
| LAB | lab(65.6 60.7 -25.9) |
| LCH | lch(65.6 66.0 336.9) |
| OKLCH | oklch(0.728 0.192 338.6) |
Copy-ready code
/* CSS */
color: #f170cf;
background-color: #f170cf;
/* Tailwind (arbitrary) */
class="text-[#f170cf] bg-[#f170cf]"
/* SCSS */
$brand: #f170cf;
/* SwiftUI */
Color(red: 0.945, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#f170cf")Accessibility — WCAG contrast
Aa
#f170cf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f170cf on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green43.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow14.1%
Key (black)5.5%
Color previews
#f170cf text on a black background
contrast 7.96:1
Card sample
#f170cf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f170cf;
Background color
Panel with #f170cf background
background-color: #f170cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f170cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f170cf; background: linear-gradient(135deg, #f170cf, #F17079);