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