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