#f19fd7
a light, vivid magenta / pink · warm · closest name: plum
RGB
241, 159, 215
HSL
319°, 75%, 78%
CMYK
0, 34, 11, 6
Luminance
0.4840
Every format
| HEX | #f19fd7 |
| RGB | rgb(241, 159, 215) |
| HSL | hsl(319, 75%, 78%) |
| CMYK | cmyk(0%, 34%, 11%, 6%) |
| LAB | lab(75.1 38.6 -15.9) |
| LCH | lch(75.1 41.7 337.6) |
| OKLCH | oklch(0.800 0.120 339.3) |
Copy-ready code
/* CSS */
color: #f19fd7;
background-color: #f19fd7;
/* Tailwind (arbitrary) */
class="text-[#f19fd7] bg-[#f19fd7]"
/* SCSS */
$brand: #f19fd7;
/* SwiftUI */
Color(red: 0.945, green: 0.624, blue: 0.843)
/* Android */
Color.parseColor("#f19fd7")Accessibility — WCAG contrast
Aa
#f19fd7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19fd7 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green62.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow10.8%
Key (black)5.5%
Color previews
#f19fd7 text on a black background
contrast 10.68:1
Card sample
#f19fd7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19fd7;
Background color
Panel with #f19fd7 background
background-color: #f19fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 159, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 159, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19fd7; background: linear-gradient(135deg, #f19fd7, #F19FA0);