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