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