#f628f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 40, 242
HSL
301°, 92%, 56%
CMYK
0, 84, 2, 4
Luminance
0.2752
Every format
| HEX | #f628f2 |
| RGB | rgb(246, 40, 242) |
| HSL | hsl(301, 92%, 56%) |
| CMYK | cmyk(0%, 84%, 2%, 4%) |
| LAB | lab(59.5 90.9 -55.1) |
| LCH | lch(59.5 106.3 328.8) |
| OKLCH | oklch(0.690 0.298 329.2) |
Copy-ready code
/* CSS */
color: #f628f2;
background-color: #f628f2;
/* Tailwind (arbitrary) */
class="text-[#f628f2] bg-[#f628f2]"
/* SCSS */
$brand: #f628f2;
/* SwiftUI */
Color(red: 0.965, green: 0.157, blue: 0.949)
/* Android */
Color.parseColor("#f628f2")Accessibility — WCAG contrast
Aa
#f628f2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f628f2 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green15.7%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow1.6%
Key (black)3.5%
Color previews
#f628f2 text on a black background
contrast 6.50:1
Card sample
#f628f2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f628f2;
Background color
Panel with #f628f2 background
background-color: #f628f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f628f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 40, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 40, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f628f2; background: linear-gradient(135deg, #f628f2, #F62869);