#f19bdf
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 155, 223
HSL
313°, 75%, 78%
CMYK
0, 36, 8, 6
Luminance
0.4747
Every format
| HEX | #f19bdf |
| RGB | rgb(241, 155, 223) |
| HSL | hsl(313, 75%, 78%) |
| CMYK | cmyk(0%, 36%, 8%, 6%) |
| LAB | lab(74.5 42.0 -21.2) |
| LCH | lch(74.5 47.0 333.2) |
| OKLCH | oklch(0.797 0.133 334.7) |
Copy-ready code
/* CSS */
color: #f19bdf;
background-color: #f19bdf;
/* Tailwind (arbitrary) */
class="text-[#f19bdf] bg-[#f19bdf]"
/* SCSS */
$brand: #f19bdf;
/* SwiftUI */
Color(red: 0.945, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#f19bdf")Accessibility — WCAG contrast
Aa
#f19bdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19bdf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow7.5%
Key (black)5.5%
Color previews
#f19bdf text on a black background
contrast 10.49:1
Card sample
#f19bdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19bdf;
Background color
Panel with #f19bdf background
background-color: #f19bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19bdf; background: linear-gradient(135deg, #f19bdf, #F19BA5);