#f91af1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 26, 241
HSL
302°, 95%, 54%
CMYK
0, 90, 3, 2
Luminance
0.2723
Every format
| HEX | #f91af1 |
| RGB | rgb(249, 26, 241) |
| HSL | hsl(302, 95%, 54%) |
| CMYK | cmyk(0%, 90%, 3%, 2%) |
| LAB | lab(59.2 93.3 -54.9) |
| LCH | lch(59.2 108.3 329.5) |
| OKLCH | oklch(0.689 0.305 330.1) |
Copy-ready code
/* CSS */
color: #f91af1;
background-color: #f91af1;
/* Tailwind (arbitrary) */
class="text-[#f91af1] bg-[#f91af1]"
/* SCSS */
$brand: #f91af1;
/* SwiftUI */
Color(red: 0.976, green: 0.102, blue: 0.945)
/* Android */
Color.parseColor("#f91af1")Accessibility — WCAG contrast
Aa
#f91af1 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91af1 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green10.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow3.2%
Key (black)2.4%
Color previews
#f91af1 text on a black background
contrast 6.45:1
Card sample
#f91af1 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91af1;
Background color
Panel with #f91af1 background
background-color: #f91af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 26, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 26, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91af1; background: linear-gradient(135deg, #f91af1, #F91A5C);