#f402eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 2, 235
HSL
302°, 98%, 48%
CMYK
0, 99, 4, 4
Luminance
0.2527
Every format
| HEX | #f402eb |
| RGB | rgb(244, 2, 235) |
| HSL | hsl(302, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 4%, 4%) |
| LAB | lab(57.4 93.6 -54.5) |
| LCH | lch(57.4 108.4 329.8) |
| OKLCH | oklch(0.674 0.306 330.4) |
Copy-ready code
/* CSS */
color: #f402eb;
background-color: #f402eb;
/* Tailwind (arbitrary) */
class="text-[#f402eb] bg-[#f402eb]"
/* SCSS */
$brand: #f402eb;
/* SwiftUI */
Color(red: 0.957, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#f402eb")Accessibility — WCAG contrast
Aa
#f402eb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f402eb on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green0.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow3.7%
Key (black)4.3%
Color previews
#f402eb text on a black background
contrast 6.05:1
Card sample
#f402eb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f402eb;
Background color
Panel with #f402eb background
background-color: #f402eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f402eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f402eb; background: linear-gradient(135deg, #f402eb, #F4024A);