#f628eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 40, 235
HSL
303°, 92%, 56%
CMYK
0, 84, 5, 4
Luminance
0.2711
Every format
| HEX | #f628eb |
| RGB | rgb(246, 40, 235) |
| HSL | hsl(303, 92%, 56%) |
| CMYK | cmyk(0%, 84%, 5%, 4%) |
| LAB | lab(59.1 89.9 -51.8) |
| LCH | lch(59.1 103.7 330.1) |
| OKLCH | oklch(0.686 0.293 330.8) |
Copy-ready code
/* CSS */
color: #f628eb;
background-color: #f628eb;
/* Tailwind (arbitrary) */
class="text-[#f628eb] bg-[#f628eb]"
/* SCSS */
$brand: #f628eb;
/* SwiftUI */
Color(red: 0.965, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#f628eb")Accessibility — WCAG contrast
Aa
#f628eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f628eb on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green15.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow4.5%
Key (black)3.5%
Color previews
#f628eb text on a black background
contrast 6.42:1
Card sample
#f628eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f628eb;
Background color
Panel with #f628eb background
background-color: #f628eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f628eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f628eb; background: linear-gradient(135deg, #f628eb, #F62862);