#f91fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 31, 215
HSL
309°, 95%, 55%
CMYK
0, 88, 14, 2
Luminance
0.2603
Every format
| HEX | #f91fd7 |
| RGB | rgb(249, 31, 215) |
| HSL | hsl(309, 95%, 55%) |
| CMYK | cmyk(0%, 88%, 14%, 2%) |
| LAB | lab(58.1 89.2 -42.0) |
| LCH | lch(58.1 98.6 334.8) |
| OKLCH | oklch(0.677 0.287 336.4) |
Copy-ready code
/* CSS */
color: #f91fd7;
background-color: #f91fd7;
/* Tailwind (arbitrary) */
class="text-[#f91fd7] bg-[#f91fd7]"
/* SCSS */
$brand: #f91fd7;
/* SwiftUI */
Color(red: 0.976, green: 0.122, blue: 0.843)
/* Android */
Color.parseColor("#f91fd7")Accessibility — WCAG contrast
Aa
#f91fd7 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91fd7 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green12.2%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow13.7%
Key (black)2.4%
Color previews
#f91fd7 text on a black background
contrast 6.21:1
Card sample
#f91fd7 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91fd7;
Background color
Panel with #f91fd7 background
background-color: #f91fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 31, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 31, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91fd7; background: linear-gradient(135deg, #f91fd7, #F91F45);