#f91dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 29, 251
HSL
300°, 97%, 55%
CMYK
1, 88, 0, 2
Luminance
0.2798
Every format
| HEX | #f91dfb |
| RGB | rgb(249, 29, 251) |
| HSL | hsl(300, 97%, 55%) |
| CMYK | cmyk(1%, 88%, 0%, 2%) |
| LAB | lab(59.9 94.4 -59.4) |
| LCH | lch(59.9 111.5 327.8) |
| OKLCH | oklch(0.696 0.310 327.8) |
Copy-ready code
/* CSS */
color: #f91dfb;
background-color: #f91dfb;
/* Tailwind (arbitrary) */
class="text-[#f91dfb] bg-[#f91dfb]"
/* SCSS */
$brand: #f91dfb;
/* SwiftUI */
Color(red: 0.976, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#f91dfb")Accessibility — WCAG contrast
Aa
#f91dfb on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91dfb on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green11.4%
Blue98.4%
CMYK percentages
Cyan0.8%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#f91dfb text on a black background
contrast 6.60:1
Card sample
#f91dfb text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91dfb;
Background color
Panel with #f91dfb background
background-color: #f91dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91dfb; background: linear-gradient(135deg, #f91dfb, #FB1D69);