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