#f19afb
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 154, 251
HSL
294°, 92%, 79%
CMYK
4, 39, 0, 2
Luminance
0.4878
Every format
| HEX | #f19afb |
| RGB | rgb(241, 154, 251) |
| HSL | hsl(294, 92%, 79%) |
| CMYK | cmyk(4%, 39%, 0%, 2%) |
| LAB | lab(75.3 47.5 -35.1) |
| LCH | lch(75.3 59.1 323.5) |
| OKLCH | oklch(0.806 0.161 323.2) |
Copy-ready code
/* CSS */
color: #f19afb;
background-color: #f19afb;
/* Tailwind (arbitrary) */
class="text-[#f19afb] bg-[#f19afb]"
/* SCSS */
$brand: #f19afb;
/* SwiftUI */
Color(red: 0.945, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#f19afb")Accessibility — WCAG contrast
Aa
#f19afb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19afb on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.4%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f19afb text on a black background
contrast 10.76:1
Card sample
#f19afb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19afb;
Background color
Panel with #f19afb background
background-color: #f19afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19afb; background: linear-gradient(135deg, #f19afb, #FB9AC4);