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