#f19afd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 154, 253
HSL
293°, 96%, 80%
CMYK
5, 39, 0, 1
Luminance
0.4890
Every format
| HEX | #f19afd |
| RGB | rgb(241, 154, 253) |
| HSL | hsl(293, 96%, 80%) |
| CMYK | cmyk(5%, 39%, 0%, 1%) |
| LAB | lab(75.4 47.8 -36.1) |
| LCH | lch(75.4 59.9 323.0) |
| OKLCH | oklch(0.807 0.163 322.5) |
Copy-ready code
/* CSS */
color: #f19afd;
background-color: #f19afd;
/* Tailwind (arbitrary) */
class="text-[#f19afd] bg-[#f19afd]"
/* SCSS */
$brand: #f19afd;
/* SwiftUI */
Color(red: 0.945, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#f19afd")Accessibility — WCAG contrast
Aa
#f19afd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19afd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.4%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f19afd text on a black background
contrast 10.78:1
Card sample
#f19afd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19afd;
Background color
Panel with #f19afd background
background-color: #f19afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19afd; background: linear-gradient(135deg, #f19afd, #FD9AC7);