#f166df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 102, 223
HSL
308°, 83%, 67%
CMYK
0, 58, 8, 6
Luminance
0.3353
Every format
| HEX | #f166df |
| RGB | rgb(241, 102, 223) |
| HSL | hsl(308, 83%, 67%) |
| CMYK | cmyk(0%, 58%, 8%, 6%) |
| LAB | lab(64.6 67.6 -36.4) |
| LCH | lch(64.6 76.8 331.7) |
| OKLCH | oklch(0.723 0.218 332.9) |
Copy-ready code
/* CSS */
color: #f166df;
background-color: #f166df;
/* Tailwind (arbitrary) */
class="text-[#f166df] bg-[#f166df]"
/* SCSS */
$brand: #f166df;
/* SwiftUI */
Color(red: 0.945, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#f166df")Accessibility — WCAG contrast
Aa
#f166df on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f166df on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green40.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow7.5%
Key (black)5.5%
Color previews
#f166df text on a black background
contrast 7.71:1
Card sample
#f166df text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f166df;
Background color
Panel with #f166df background
background-color: #f166df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f166df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f166df; background: linear-gradient(135deg, #f166df, #F16682);