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