#f196fc
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 150, 252
HSL
294°, 94%, 79%
CMYK
4, 41, 0, 1
Luminance
0.4754
Every format
| HEX | #f196fc |
| RGB | rgb(241, 150, 252) |
| HSL | hsl(294, 94%, 79%) |
| CMYK | cmyk(4%, 41%, 0%, 1%) |
| LAB | lab(74.5 49.7 -36.9) |
| LCH | lch(74.5 61.9 323.4) |
| OKLCH | oklch(0.801 0.168 323.1) |
Copy-ready code
/* CSS */
color: #f196fc;
background-color: #f196fc;
/* Tailwind (arbitrary) */
class="text-[#f196fc] bg-[#f196fc]"
/* SCSS */
$brand: #f196fc;
/* SwiftUI */
Color(red: 0.945, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#f196fc")Accessibility — WCAG contrast
Aa
#f196fc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f196fc on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green58.8%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f196fc text on a black background
contrast 10.51:1
Card sample
#f196fc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f196fc;
Background color
Panel with #f196fc background
background-color: #f196fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f196fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f196fc; background: linear-gradient(135deg, #f196fc, #FC96C3);