#f91af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 26, 244
HSL
301°, 95%, 54%
CMYK
0, 90, 2, 2
Luminance
0.2741
Every format
| HEX | #f91af4 |
| RGB | rgb(249, 26, 244) |
| HSL | hsl(301, 95%, 54%) |
| CMYK | cmyk(0%, 90%, 2%, 2%) |
| LAB | lab(59.4 93.8 -56.3) |
| LCH | lch(59.4 109.4 329.0) |
| OKLCH | oklch(0.691 0.307 329.4) |
Copy-ready code
/* CSS */
color: #f91af4;
background-color: #f91af4;
/* Tailwind (arbitrary) */
class="text-[#f91af4] bg-[#f91af4]"
/* SCSS */
$brand: #f91af4;
/* SwiftUI */
Color(red: 0.976, green: 0.102, blue: 0.957)
/* Android */
Color.parseColor("#f91af4")Accessibility — WCAG contrast
Aa
#f91af4 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91af4 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green10.2%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow2.0%
Key (black)2.4%
Color previews
#f91af4 text on a black background
contrast 6.48:1
Card sample
#f91af4 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91af4;
Background color
Panel with #f91af4 background
background-color: #f91af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 26, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 26, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91af4; background: linear-gradient(135deg, #f91af4, #F91A5F);