#f19fe2
a light, vivid magenta / pink · warm · closest name: plum
RGB
241, 159, 226
HSL
311°, 75%, 78%
CMYK
0, 34, 6, 6
Luminance
0.4899
Every format
| HEX | #f19fe2 |
| RGB | rgb(241, 159, 226) |
| HSL | hsl(311, 75%, 78%) |
| CMYK | cmyk(0%, 34%, 6%, 6%) |
| LAB | lab(75.5 40.4 -21.4) |
| LCH | lch(75.5 45.7 332.1) |
| OKLCH | oklch(0.804 0.129 333.5) |
Copy-ready code
/* CSS */
color: #f19fe2;
background-color: #f19fe2;
/* Tailwind (arbitrary) */
class="text-[#f19fe2] bg-[#f19fe2]"
/* SCSS */
$brand: #f19fe2;
/* SwiftUI */
Color(red: 0.945, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#f19fe2")Accessibility — WCAG contrast
Aa
#f19fe2 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19fe2 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green62.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow6.2%
Key (black)5.5%
Color previews
#f19fe2 text on a black background
contrast 10.80:1
Card sample
#f19fe2 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19fe2;
Background color
Panel with #f19fe2 background
background-color: #f19fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19fe2; background: linear-gradient(135deg, #f19fe2, #F19FAB);