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