#f91fd0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 31, 208
HSL
311°, 95%, 55%
CMYK
0, 88, 17, 2
Luminance
0.2567
Every format
| HEX | #f91fd0 |
| RGB | rgb(249, 31, 208) |
| HSL | hsl(311, 95%, 55%) |
| CMYK | cmyk(0%, 88%, 17%, 2%) |
| LAB | lab(57.7 88.3 -38.6) |
| LCH | lch(57.7 96.4 336.4) |
| OKLCH | oklch(0.673 0.283 338.2) |
Copy-ready code
/* CSS */
color: #f91fd0;
background-color: #f91fd0;
/* Tailwind (arbitrary) */
class="text-[#f91fd0] bg-[#f91fd0]"
/* SCSS */
$brand: #f91fd0;
/* SwiftUI */
Color(red: 0.976, green: 0.122, blue: 0.816)
/* Android */
Color.parseColor("#f91fd0")Accessibility — WCAG contrast
Aa
#f91fd0 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91fd0 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green12.2%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow16.5%
Key (black)2.4%
Color previews
#f91fd0 text on a black background
contrast 6.13:1
Card sample
#f91fd0 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91fd0;
Background color
Panel with #f91fd0 background
background-color: #f91fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 31, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 31, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91fd0; background: linear-gradient(135deg, #f91fd0, #F91F3F);