#f516fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 22, 253
HSL
298°, 98%, 54%
CMYK
3, 91, 0, 1
Luminance
0.2708
Every format
| HEX | #f516fd |
| RGB | rgb(245, 22, 253) |
| HSL | hsl(298, 98%, 54%) |
| CMYK | cmyk(3%, 91%, 0%, 1%) |
| LAB | lab(59.0 94.8 -61.9) |
| LCH | lch(59.0 113.2 326.9) |
| OKLCH | oklch(0.689 0.313 326.6) |
Copy-ready code
/* CSS */
color: #f516fd;
background-color: #f516fd;
/* Tailwind (arbitrary) */
class="text-[#f516fd] bg-[#f516fd]"
/* SCSS */
$brand: #f516fd;
/* SwiftUI */
Color(red: 0.961, green: 0.086, blue: 0.992)
/* Android */
Color.parseColor("#f516fd")Accessibility — WCAG contrast
Aa
#f516fd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f516fd on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green8.6%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta91.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f516fd text on a black background
contrast 6.42:1
Card sample
#f516fd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f516fd;
Background color
Panel with #f516fd background
background-color: #f516fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f516fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 22, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 22, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f516fd; background: linear-gradient(135deg, #f516fd, #FD166B);