#f80df5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 13, 245
HSL
301°, 94%, 51%
CMYK
0, 95, 1, 3
Luminance
0.2684
Every format
| HEX | #f80df5 |
| RGB | rgb(248, 13, 245) |
| HSL | hsl(301, 94%, 51%) |
| CMYK | cmyk(0%, 95%, 1%, 3%) |
| LAB | lab(58.8 95.0 -57.7) |
| LCH | lch(58.8 111.1 328.7) |
| OKLCH | oklch(0.687 0.311 329.0) |
Copy-ready code
/* CSS */
color: #f80df5;
background-color: #f80df5;
/* Tailwind (arbitrary) */
class="text-[#f80df5] bg-[#f80df5]"
/* SCSS */
$brand: #f80df5;
/* SwiftUI */
Color(red: 0.973, green: 0.051, blue: 0.961)
/* Android */
Color.parseColor("#f80df5")Accessibility — WCAG contrast
Aa
#f80df5 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80df5 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green5.1%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow1.2%
Key (black)2.7%
Color previews
#f80df5 text on a black background
contrast 6.37:1
Card sample
#f80df5 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80df5;
Background color
Panel with #f80df5 background
background-color: #f80df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 13, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 13, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80df5; background: linear-gradient(135deg, #f80df5, #F80D58);