#fb2dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 45, 251
HSL
300°, 96%, 58%
CMYK
0, 82, 0, 2
Luminance
0.2935
Every format
| HEX | #fb2dfb |
| RGB | rgb(251, 45, 251) |
| HSL | hsl(300, 96%, 58%) |
| CMYK | cmyk(0%, 82%, 0%, 2%) |
| LAB | lab(61.1 92.1 -57.4) |
| LCH | lch(61.1 108.5 328.1) |
| OKLCH | oklch(0.705 0.303 328.2) |
Copy-ready code
/* CSS */
color: #fb2dfb;
background-color: #fb2dfb;
/* Tailwind (arbitrary) */
class="text-[#fb2dfb] bg-[#fb2dfb]"
/* SCSS */
$brand: #fb2dfb;
/* SwiftUI */
Color(red: 0.984, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#fb2dfb")Accessibility — WCAG contrast
Aa
#fb2dfb on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb2dfb on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green17.6%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#fb2dfb text on a black background
contrast 6.87:1
Card sample
#fb2dfb text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb2dfb;
Background color
Panel with #fb2dfb background
background-color: #fb2dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb2dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb2dfb; background: linear-gradient(135deg, #fb2dfb, #FB2D72);