#f41df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 29, 244
HSL
300°, 91%, 54%
CMYK
0, 88, 0, 4
Luminance
0.2664
Every format
| HEX | #f41df4 |
| RGB | rgb(244, 29, 244) |
| HSL | hsl(300, 91%, 54%) |
| CMYK | cmyk(0%, 88%, 0%, 4%) |
| LAB | lab(58.6 92.6 -57.5) |
| LCH | lch(58.6 109.0 328.2) |
| OKLCH | oklch(0.684 0.304 328.3) |
Copy-ready code
/* CSS */
color: #f41df4;
background-color: #f41df4;
/* Tailwind (arbitrary) */
class="text-[#f41df4] bg-[#f41df4]"
/* SCSS */
$brand: #f41df4;
/* SwiftUI */
Color(red: 0.957, green: 0.114, blue: 0.957)
/* Android */
Color.parseColor("#f41df4")Accessibility — WCAG contrast
Aa
#f41df4 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41df4 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green11.4%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow0.0%
Key (black)4.3%
Color previews
#f41df4 text on a black background
contrast 6.33:1
Card sample
#f41df4 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41df4;
Background color
Panel with #f41df4 background
background-color: #f41df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 29, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 29, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41df4; background: linear-gradient(135deg, #f41df4, #F41D65);