#f80dfd
a balanced, electric magenta / pink · warm · “magenta”
RGB
248, 13, 253
HSL
299°, 98%, 52%
CMYK
2, 95, 0, 1
Luminance
0.2734
Every format
| HEX | #f80dfd |
| RGB | rgb(248, 13, 253) |
| HSL | hsl(299, 98%, 52%) |
| CMYK | cmyk(2%, 95%, 0%, 1%) |
| LAB | lab(59.3 96.1 -61.4) |
| LCH | lch(59.3 114.1 327.4) |
| OKLCH | oklch(0.692 0.316 327.2) |
Copy-ready code
/* CSS */
color: #f80dfd;
background-color: #f80dfd;
/* Tailwind (arbitrary) */
class="text-[#f80dfd] bg-[#f80dfd]"
/* SCSS */
$brand: #f80dfd;
/* SwiftUI */
Color(red: 0.973, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#f80dfd")Accessibility — WCAG contrast
Aa
#f80dfd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80dfd on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green5.1%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f80dfd text on a black background
contrast 6.47:1
Card sample
#f80dfd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80dfd;
Background color
Panel with #f80dfd background
background-color: #f80dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80dfd; background: linear-gradient(135deg, #f80dfd, #FD0D62);