#f41df6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 29, 246
HSL
299°, 92%, 54%
CMYK
1, 88, 0, 4
Luminance
0.2677
Every format
| HEX | #f41df6 |
| RGB | rgb(244, 29, 246) |
| HSL | hsl(299, 92%, 54%) |
| CMYK | cmyk(1%, 88%, 0%, 4%) |
| LAB | lab(58.8 92.8 -58.4) |
| LCH | lch(58.8 109.7 327.8) |
| OKLCH | oklch(0.686 0.305 327.8) |
Copy-ready code
/* CSS */
color: #f41df6;
background-color: #f41df6;
/* Tailwind (arbitrary) */
class="text-[#f41df6] bg-[#f41df6]"
/* SCSS */
$brand: #f41df6;
/* SwiftUI */
Color(red: 0.957, green: 0.114, blue: 0.965)
/* Android */
Color.parseColor("#f41df6")Accessibility — WCAG contrast
Aa
#f41df6 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41df6 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green11.4%
Blue96.5%
CMYK percentages
Cyan0.8%
Magenta88.2%
Yellow0.0%
Key (black)3.5%
Color previews
#f41df6 text on a black background
contrast 6.35:1
Card sample
#f41df6 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41df6;
Background color
Panel with #f41df6 background
background-color: #f41df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 29, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 29, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41df6; background: linear-gradient(135deg, #f41df6, #F61D67);