#fb3dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 61, 251
HSL
300°, 96%, 61%
CMYK
0, 76, 0, 2
Luminance
0.3081
Every format
| HEX | #fb3dfb |
| RGB | rgb(251, 61, 251) |
| HSL | hsl(300, 96%, 61%) |
| CMYK | cmyk(0%, 76%, 0%, 2%) |
| LAB | lab(62.4 88.5 -55.4) |
| LCH | lch(62.4 104.4 327.9) |
| OKLCH | oklch(0.714 0.291 328.1) |
Copy-ready code
/* CSS */
color: #fb3dfb;
background-color: #fb3dfb;
/* Tailwind (arbitrary) */
class="text-[#fb3dfb] bg-[#fb3dfb]"
/* SCSS */
$brand: #fb3dfb;
/* SwiftUI */
Color(red: 0.984, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#fb3dfb")Accessibility — WCAG contrast
Aa
#fb3dfb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb3dfb on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green23.9%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#fb3dfb text on a black background
contrast 7.16:1
Card sample
#fb3dfb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb3dfb;
Background color
Panel with #fb3dfb background
background-color: #fb3dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb3dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb3dfb; background: linear-gradient(135deg, #fb3dfb, #FB3D7C);