#fb0fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 15, 223
HSL
307°, 97%, 52%
CMYK
0, 94, 11, 2
Luminance
0.2618
Every format
| HEX | #fb0fdf |
| RGB | rgb(251, 15, 223) |
| HSL | hsl(307, 97%, 52%) |
| CMYK | cmyk(0%, 94%, 11%, 2%) |
| LAB | lab(58.2 92.4 -46.3) |
| LCH | lch(58.2 103.3 333.4) |
| OKLCH | oklch(0.680 0.298 334.8) |
Copy-ready code
/* CSS */
color: #fb0fdf;
background-color: #fb0fdf;
/* Tailwind (arbitrary) */
class="text-[#fb0fdf] bg-[#fb0fdf]"
/* SCSS */
$brand: #fb0fdf;
/* SwiftUI */
Color(red: 0.984, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#fb0fdf")Accessibility — WCAG contrast
Aa
#fb0fdf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb0fdf on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow11.2%
Key (black)1.6%
Color previews
#fb0fdf text on a black background
contrast 6.24:1
Card sample
#fb0fdf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb0fdf;
Background color
Panel with #fb0fdf background
background-color: #fb0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb0fdf; background: linear-gradient(135deg, #fb0fdf, #FB0F42);