#f191fd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 145, 253
HSL
293°, 96%, 78%
CMYK
5, 43, 0, 1
Luminance
0.4604
Every format
| HEX | #f191fd |
| RGB | rgb(241, 145, 253) |
| HSL | hsl(293, 96%, 78%) |
| CMYK | cmyk(5%, 43%, 0%, 1%) |
| LAB | lab(73.6 52.4 -38.9) |
| LCH | lch(73.6 65.3 323.4) |
| OKLCH | oklch(0.794 0.177 323.0) |
Copy-ready code
/* CSS */
color: #f191fd;
background-color: #f191fd;
/* Tailwind (arbitrary) */
class="text-[#f191fd] bg-[#f191fd]"
/* SCSS */
$brand: #f191fd;
/* SwiftUI */
Color(red: 0.945, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#f191fd")Accessibility — WCAG contrast
Aa
#f191fd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f191fd on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.9%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f191fd text on a black background
contrast 10.21:1
Card sample
#f191fd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f191fd;
Background color
Panel with #f191fd background
background-color: #f191fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f191fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f191fd; background: linear-gradient(135deg, #f191fd, #FD91C1);