#fb6fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 111, 223
HSL
312°, 95%, 71%
CMYK
0, 56, 11, 2
Luminance
0.3721
Every format
| HEX | #fb6fdf |
| RGB | rgb(251, 111, 223) |
| HSL | hsl(312, 95%, 71%) |
| CMYK | cmyk(0%, 56%, 11%, 2%) |
| LAB | lab(67.4 66.4 -31.9) |
| LCH | lch(67.4 73.7 334.3) |
| OKLCH | oklch(0.747 0.212 335.9) |
Copy-ready code
/* CSS */
color: #fb6fdf;
background-color: #fb6fdf;
/* Tailwind (arbitrary) */
class="text-[#fb6fdf] bg-[#fb6fdf]"
/* SCSS */
$brand: #fb6fdf;
/* SwiftUI */
Color(red: 0.984, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#fb6fdf")Accessibility — WCAG contrast
Aa
#fb6fdf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb6fdf on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow11.2%
Key (black)1.6%
Color previews
#fb6fdf text on a black background
contrast 8.44:1
Card sample
#fb6fdf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb6fdf;
Background color
Panel with #fb6fdf background
background-color: #fb6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb6fdf; background: linear-gradient(135deg, #fb6fdf, #FB6F82);