#f170df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 112, 223
HSL
308°, 82%, 69%
CMYK
0, 54, 8, 6
Luminance
0.3562
Every format
| HEX | #f170df |
| RGB | rgb(241, 112, 223) |
| HSL | hsl(308, 82%, 69%) |
| CMYK | cmyk(0%, 54%, 8%, 6%) |
| LAB | lab(66.2 63.2 -33.9) |
| LCH | lch(66.2 71.7 331.8) |
| OKLCH | oklch(0.735 0.204 333.1) |
Copy-ready code
/* CSS */
color: #f170df;
background-color: #f170df;
/* Tailwind (arbitrary) */
class="text-[#f170df] bg-[#f170df]"
/* SCSS */
$brand: #f170df;
/* SwiftUI */
Color(red: 0.945, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#f170df")Accessibility — WCAG contrast
Aa
#f170df on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f170df on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green43.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow7.5%
Key (black)5.5%
Color previews
#f170df text on a black background
contrast 8.12:1
Card sample
#f170df text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f170df;
Background color
Panel with #f170df background
background-color: #f170df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f170df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f170df; background: linear-gradient(135deg, #f170df, #F17089);