#f80dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 13, 251
HSL
299°, 97%, 52%
CMYK
1, 95, 0, 2
Luminance
0.2721
Every format
| HEX | #f80dfb |
| RGB | rgb(248, 13, 251) |
| HSL | hsl(299, 97%, 52%) |
| CMYK | cmyk(1%, 95%, 0%, 2%) |
| LAB | lab(59.2 95.8 -60.5) |
| LCH | lch(59.2 113.3 327.7) |
| OKLCH | oklch(0.691 0.315 327.7) |
Copy-ready code
/* CSS */
color: #f80dfb;
background-color: #f80dfb;
/* Tailwind (arbitrary) */
class="text-[#f80dfb] bg-[#f80dfb]"
/* SCSS */
$brand: #f80dfb;
/* SwiftUI */
Color(red: 0.973, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#f80dfb")Accessibility — WCAG contrast
Aa
#f80dfb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80dfb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green5.1%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f80dfb text on a black background
contrast 6.44:1
Card sample
#f80dfb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80dfb;
Background color
Panel with #f80dfb background
background-color: #f80dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80dfb; background: linear-gradient(135deg, #f80dfb, #FB0D60);