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