#f810fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 16, 253
HSL
299°, 98%, 53%
CMYK
2, 94, 0, 1
Luminance
0.2742
Every format
| HEX | #f810fd |
| RGB | rgb(248, 16, 253) |
| HSL | hsl(299, 98%, 53%) |
| CMYK | cmyk(2%, 94%, 0%, 1%) |
| LAB | lab(59.4 95.9 -61.3) |
| LCH | lch(59.4 113.8 327.4) |
| OKLCH | oklch(0.692 0.316 327.2) |
Copy-ready code
/* CSS */
color: #f810fd;
background-color: #f810fd;
/* Tailwind (arbitrary) */
class="text-[#f810fd] bg-[#f810fd]"
/* SCSS */
$brand: #f810fd;
/* SwiftUI */
Color(red: 0.973, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#f810fd")Accessibility — WCAG contrast
Aa
#f810fd on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f810fd on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green6.3%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f810fd text on a black background
contrast 6.48:1
Card sample
#f810fd text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f810fd;
Background color
Panel with #f810fd background
background-color: #f810fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f810fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f810fd; background: linear-gradient(135deg, #f810fd, #FD1064);