#f19cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 156, 251
HSL
294°, 92%, 80%
CMYK
4, 38, 0, 2
Luminance
0.4944
Every format
| HEX | #f19cfb |
| RGB | rgb(241, 156, 251) |
| HSL | hsl(294, 92%, 80%) |
| CMYK | cmyk(4%, 38%, 0%, 2%) |
| LAB | lab(75.7 46.4 -34.5) |
| LCH | lch(75.7 57.9 323.4) |
| OKLCH | oklch(0.809 0.157 323.1) |
Copy-ready code
/* CSS */
color: #f19cfb;
background-color: #f19cfb;
/* Tailwind (arbitrary) */
class="text-[#f19cfb] bg-[#f19cfb]"
/* SCSS */
$brand: #f19cfb;
/* SwiftUI */
Color(red: 0.945, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#f19cfb")Accessibility — WCAG contrast
Aa
#f19cfb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19cfb on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green61.2%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f19cfb text on a black background
contrast 10.89:1
Card sample
#f19cfb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19cfb;
Background color
Panel with #f19cfb background
background-color: #f19cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19cfb; background: linear-gradient(135deg, #f19cfb, #FB9CC6);