#f51dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 29, 251
HSL
298°, 97%, 55%
CMYK
2, 88, 0, 2
Luminance
0.2726
Every format
| HEX | #f51dfb |
| RGB | rgb(245, 29, 251) |
| HSL | hsl(298, 97%, 55%) |
| CMYK | cmyk(2%, 88%, 0%, 2%) |
| LAB | lab(59.2 93.7 -60.5) |
| LCH | lch(59.2 111.5 327.2) |
| OKLCH | oklch(0.690 0.309 327.0) |
Copy-ready code
/* CSS */
color: #f51dfb;
background-color: #f51dfb;
/* Tailwind (arbitrary) */
class="text-[#f51dfb] bg-[#f51dfb]"
/* SCSS */
$brand: #f51dfb;
/* SwiftUI */
Color(red: 0.961, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#f51dfb")Accessibility — WCAG contrast
Aa
#f51dfb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51dfb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green11.4%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#f51dfb text on a black background
contrast 6.45:1
Card sample
#f51dfb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51dfb;
Background color
Panel with #f51dfb background
background-color: #f51dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51dfb; background: linear-gradient(135deg, #f51dfb, #FB1D6D);