#f191df
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 145, 223
HSL
311°, 77%, 76%
CMYK
0, 40, 8, 6
Luminance
0.4428
Every format
| HEX | #f191df |
| RGB | rgb(241, 145, 223) |
| HSL | hsl(311, 77%, 76%) |
| CMYK | cmyk(0%, 40%, 8%, 6%) |
| LAB | lab(72.4 47.1 -24.3) |
| LCH | lch(72.4 53.0 332.7) |
| OKLCH | oklch(0.781 0.150 334.1) |
Copy-ready code
/* CSS */
color: #f191df;
background-color: #f191df;
/* Tailwind (arbitrary) */
class="text-[#f191df] bg-[#f191df]"
/* SCSS */
$brand: #f191df;
/* SwiftUI */
Color(red: 0.945, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f191df")Accessibility — WCAG contrast
Aa
#f191df on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f191df on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow7.5%
Key (black)5.5%
Color previews
#f191df text on a black background
contrast 9.86:1
Card sample
#f191df text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f191df;
Background color
Panel with #f191df background
background-color: #f191df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f191df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f191df; background: linear-gradient(135deg, #f191df, #F1919F);