#f41ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 26, 206
HSL
311°, 91%, 53%
CMYK
0, 89, 16, 4
Luminance
0.2443
Every format
| HEX | #f41ace |
| RGB | rgb(244, 26, 206) |
| HSL | hsl(311, 91%, 53%) |
| CMYK | cmyk(0%, 89%, 16%, 4%) |
| LAB | lab(56.5 87.8 -39.4) |
| LCH | lch(56.5 96.3 335.8) |
| OKLCH | oklch(0.663 0.282 337.6) |
Copy-ready code
/* CSS */
color: #f41ace;
background-color: #f41ace;
/* Tailwind (arbitrary) */
class="text-[#f41ace] bg-[#f41ace]"
/* SCSS */
$brand: #f41ace;
/* SwiftUI */
Color(red: 0.957, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#f41ace")Accessibility — WCAG contrast
Aa
#f41ace on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41ace on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green10.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow15.6%
Key (black)4.3%
Color previews
#f41ace text on a black background
contrast 5.89:1
Card sample
#f41ace text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41ace;
Background color
Panel with #f41ace background
background-color: #f41ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41ace; background: linear-gradient(135deg, #f41ace, #F41A3C);