#f820fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 32, 253
HSL
299°, 98%, 56%
CMYK
2, 87, 0, 1
Luminance
0.2808
Every format
| HEX | #f820fd |
| RGB | rgb(248, 32, 253) |
| HSL | hsl(299, 98%, 56%) |
| CMYK | cmyk(2%, 87%, 0%, 1%) |
| LAB | lab(60.0 94.1 -60.4) |
| LCH | lch(60.0 111.8 327.3) |
| OKLCH | oklch(0.697 0.310 327.2) |
Copy-ready code
/* CSS */
color: #f820fd;
background-color: #f820fd;
/* Tailwind (arbitrary) */
class="text-[#f820fd] bg-[#f820fd]"
/* SCSS */
$brand: #f820fd;
/* SwiftUI */
Color(red: 0.973, green: 0.125, blue: 0.992)
/* Android */
Color.parseColor("#f820fd")Accessibility — WCAG contrast
Aa
#f820fd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f820fd on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green12.5%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta87.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f820fd text on a black background
contrast 6.62:1
Card sample
#f820fd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f820fd;
Background color
Panel with #f820fd background
background-color: #f820fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f820fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 32, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 32, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f820fd; background: linear-gradient(135deg, #f820fd, #FD206F);