#f80fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 15, 226
HSL
306°, 94%, 52%
CMYK
0, 94, 9, 3
Luminance
0.2579
Every format
| HEX | #f80fe2 |
| RGB | rgb(248, 15, 226) |
| HSL | hsl(306, 94%, 52%) |
| CMYK | cmyk(0%, 94%, 9%, 3%) |
| LAB | lab(57.8 92.3 -48.6) |
| LCH | lch(57.8 104.3 332.2) |
| OKLCH | oklch(0.677 0.299 333.4) |
Copy-ready code
/* CSS */
color: #f80fe2;
background-color: #f80fe2;
/* Tailwind (arbitrary) */
class="text-[#f80fe2] bg-[#f80fe2]"
/* SCSS */
$brand: #f80fe2;
/* SwiftUI */
Color(red: 0.973, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#f80fe2")Accessibility — WCAG contrast
Aa
#f80fe2 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80fe2 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green5.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow8.9%
Key (black)2.7%
Color previews
#f80fe2 text on a black background
contrast 6.16:1
Card sample
#f80fe2 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80fe2;
Background color
Panel with #f80fe2 background
background-color: #f80fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80fe2; background: linear-gradient(135deg, #f80fe2, #F80F47);