#fb5fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 95, 223
HSL
311°, 95%, 68%
CMYK
0, 62, 11, 2
Luminance
0.3402
Every format
| HEX | #fb5fdf |
| RGB | rgb(251, 95, 223) |
| HSL | hsl(311, 95%, 68%) |
| CMYK | cmyk(0%, 62%, 11%, 2%) |
| LAB | lab(65.0 73.1 -35.7) |
| LCH | lch(65.0 81.3 334.0) |
| OKLCH | oklch(0.729 0.234 335.5) |
Copy-ready code
/* CSS */
color: #fb5fdf;
background-color: #fb5fdf;
/* Tailwind (arbitrary) */
class="text-[#fb5fdf] bg-[#fb5fdf]"
/* SCSS */
$brand: #fb5fdf;
/* SwiftUI */
Color(red: 0.984, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#fb5fdf")Accessibility — WCAG contrast
Aa
#fb5fdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb5fdf on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow11.2%
Key (black)1.6%
Color previews
#fb5fdf text on a black background
contrast 7.80:1
Card sample
#fb5fdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb5fdf;
Background color
Panel with #fb5fdf background
background-color: #fb5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb5fdf; background: linear-gradient(135deg, #fb5fdf, #FB5F77);