#f442eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 66, 235
HSL
303°, 89%, 61%
CMYK
0, 73, 4, 4
Luminance
0.2913
Every format
| HEX | #f442eb |
| RGB | rgb(244, 66, 235) |
| HSL | hsl(303, 89%, 61%) |
| CMYK | cmyk(0%, 73%, 4%, 4%) |
| LAB | lab(60.9 83.3 -48.9) |
| LCH | lch(60.9 96.6 329.6) |
| OKLCH | oklch(0.699 0.272 330.3) |
Copy-ready code
/* CSS */
color: #f442eb;
background-color: #f442eb;
/* Tailwind (arbitrary) */
class="text-[#f442eb] bg-[#f442eb]"
/* SCSS */
$brand: #f442eb;
/* SwiftUI */
Color(red: 0.957, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#f442eb")Accessibility — WCAG contrast
Aa
#f442eb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f442eb on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green25.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow3.7%
Key (black)4.3%
Color previews
#f442eb text on a black background
contrast 6.83:1
Card sample
#f442eb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f442eb;
Background color
Panel with #f442eb background
background-color: #f442eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f442eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f442eb; background: linear-gradient(135deg, #f442eb, #F44274);