#fb1fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 31, 223
HSL
308°, 97%, 55%
CMYK
0, 88, 11, 2
Luminance
0.2682
Every format
| HEX | #fb1fdf |
| RGB | rgb(251, 31, 223) |
| HSL | hsl(308, 97%, 55%) |
| CMYK | cmyk(0%, 88%, 11%, 2%) |
| LAB | lab(58.8 90.6 -45.4) |
| LCH | lch(58.8 101.3 333.4) |
| OKLCH | oklch(0.684 0.293 334.8) |
Copy-ready code
/* CSS */
color: #fb1fdf;
background-color: #fb1fdf;
/* Tailwind (arbitrary) */
class="text-[#fb1fdf] bg-[#fb1fdf]"
/* SCSS */
$brand: #fb1fdf;
/* SwiftUI */
Color(red: 0.984, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#fb1fdf")Accessibility — WCAG contrast
Aa
#fb1fdf on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb1fdf on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow11.2%
Key (black)1.6%
Color previews
#fb1fdf text on a black background
contrast 6.36:1
Card sample
#fb1fdf text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb1fdf;
Background color
Panel with #fb1fdf background
background-color: #fb1fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb1fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb1fdf; background: linear-gradient(135deg, #fb1fdf, #FB1F4C);