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