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