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