#f91acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 26, 207
HSL
311°, 95%, 54%
CMYK
0, 90, 17, 2
Luminance
0.2538
Every format
| HEX | #f91acf |
| RGB | rgb(249, 26, 207) |
| HSL | hsl(311, 95%, 54%) |
| CMYK | cmyk(0%, 90%, 17%, 2%) |
| LAB | lab(57.5 88.9 -38.5) |
| LCH | lch(57.5 96.9 336.6) |
| OKLCH | oklch(0.671 0.285 338.4) |
Copy-ready code
/* CSS */
color: #f91acf;
background-color: #f91acf;
/* Tailwind (arbitrary) */
class="text-[#f91acf] bg-[#f91acf]"
/* SCSS */
$brand: #f91acf;
/* SwiftUI */
Color(red: 0.976, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#f91acf")Accessibility — WCAG contrast
Aa
#f91acf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91acf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green10.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow16.9%
Key (black)2.4%
Color previews
#f91acf text on a black background
contrast 6.08:1
Card sample
#f91acf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91acf;
Background color
Panel with #f91acf background
background-color: #f91acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91acf; background: linear-gradient(135deg, #f91acf, #F91A3A);