#f628fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 40, 253
HSL
298°, 98%, 58%
CMYK
3, 84, 0, 1
Luminance
0.2820
Every format
| HEX | #f628fd |
| RGB | rgb(246, 40, 253) |
| HSL | hsl(298, 98%, 58%) |
| CMYK | cmyk(3%, 84%, 0%, 1%) |
| LAB | lab(60.1 92.5 -60.2) |
| LCH | lch(60.1 110.4 326.9) |
| OKLCH | oklch(0.697 0.305 326.7) |
Copy-ready code
/* CSS */
color: #f628fd;
background-color: #f628fd;
/* Tailwind (arbitrary) */
class="text-[#f628fd] bg-[#f628fd]"
/* SCSS */
$brand: #f628fd;
/* SwiftUI */
Color(red: 0.965, green: 0.157, blue: 0.992)
/* Android */
Color.parseColor("#f628fd")Accessibility — WCAG contrast
Aa
#f628fd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f628fd on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green15.7%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta84.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f628fd text on a black background
contrast 6.64:1
Card sample
#f628fd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f628fd;
Background color
Panel with #f628fd background
background-color: #f628fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f628fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 40, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 40, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f628fd; background: linear-gradient(135deg, #f628fd, #FD2876);