#f91ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 26, 222
HSL
307°, 95%, 54%
CMYK
0, 90, 11, 2
Luminance
0.2615
Every format
| HEX | #f91ade |
| RGB | rgb(249, 26, 222) |
| HSL | hsl(307, 95%, 54%) |
| CMYK | cmyk(0%, 90%, 11%, 2%) |
| LAB | lab(58.2 90.8 -45.8) |
| LCH | lch(58.2 101.7 333.2) |
| OKLCH | oklch(0.679 0.293 334.6) |
Copy-ready code
/* CSS */
color: #f91ade;
background-color: #f91ade;
/* Tailwind (arbitrary) */
class="text-[#f91ade] bg-[#f91ade]"
/* SCSS */
$brand: #f91ade;
/* SwiftUI */
Color(red: 0.976, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#f91ade")Accessibility — WCAG contrast
Aa
#f91ade on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91ade on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green10.2%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow10.8%
Key (black)2.4%
Color previews
#f91ade text on a black background
contrast 6.23:1
Card sample
#f91ade text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91ade;
Background color
Panel with #f91ade background
background-color: #f91ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91ade; background: linear-gradient(135deg, #f91ade, #F91A49);