#f16afb
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 106, 251
HSL
296°, 95%, 70%
CMYK
4, 58, 0, 2
Luminance
0.3597
Every format
| HEX | #f16afb |
| RGB | rgb(241, 106, 251) |
| HSL | hsl(296, 95%, 70%) |
| CMYK | cmyk(4%, 58%, 0%, 2%) |
| LAB | lab(66.5 70.5 -48.9) |
| LCH | lch(66.5 85.8 325.2) |
| OKLCH | oklch(0.741 0.235 324.9) |
Copy-ready code
/* CSS */
color: #f16afb;
background-color: #f16afb;
/* Tailwind (arbitrary) */
class="text-[#f16afb] bg-[#f16afb]"
/* SCSS */
$brand: #f16afb;
/* SwiftUI */
Color(red: 0.945, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#f16afb")Accessibility — WCAG contrast
Aa
#f16afb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16afb on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.6%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f16afb text on a black background
contrast 8.19:1
Card sample
#f16afb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16afb;
Background color
Panel with #f16afb background
background-color: #f16afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16afb; background: linear-gradient(135deg, #f16afb, #FB6AA4);