#f19dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 157, 253
HSL
293°, 96%, 80%
CMYK
5, 38, 0, 1
Luminance
0.4991
Every format
| HEX | #f19dfd |
| RGB | rgb(241, 157, 253) |
| HSL | hsl(293, 96%, 80%) |
| CMYK | cmyk(5%, 38%, 0%, 1%) |
| LAB | lab(76.0 46.3 -35.1) |
| LCH | lch(76.0 58.1 322.8) |
| OKLCH | oklch(0.812 0.158 322.4) |
Copy-ready code
/* CSS */
color: #f19dfd;
background-color: #f19dfd;
/* Tailwind (arbitrary) */
class="text-[#f19dfd] bg-[#f19dfd]"
/* SCSS */
$brand: #f19dfd;
/* SwiftUI */
Color(red: 0.945, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#f19dfd")Accessibility — WCAG contrast
Aa
#f19dfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19dfd on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green61.6%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f19dfd text on a black background
contrast 10.98:1
Card sample
#f19dfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19dfd;
Background color
Panel with #f19dfd background
background-color: #f19dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19dfd; background: linear-gradient(135deg, #f19dfd, #FD9DC9);