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