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