#f104f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 4, 242
HSL
300°, 97%, 48%
CMYK
0, 98, 0, 5
Luminance
0.2520
Every format
| HEX | #f104f2 |
| RGB | rgb(241, 4, 242) |
| HSL | hsl(300, 97%, 48%) |
| CMYK | cmyk(0%, 98%, 0%, 5%) |
| LAB | lab(57.3 94.0 -58.6) |
| LCH | lch(57.3 110.8 328.1) |
| OKLCH | oklch(0.673 0.309 328.1) |
Copy-ready code
/* CSS */
color: #f104f2;
background-color: #f104f2;
/* Tailwind (arbitrary) */
class="text-[#f104f2] bg-[#f104f2]"
/* SCSS */
$brand: #f104f2;
/* SwiftUI */
Color(red: 0.945, green: 0.016, blue: 0.949)
/* Android */
Color.parseColor("#f104f2")Accessibility — WCAG contrast
Aa
#f104f2 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f104f2 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green1.6%
Blue94.9%
CMYK percentages
Cyan0.4%
Magenta98.3%
Yellow0.0%
Key (black)5.1%
Color previews
#f104f2 text on a black background
contrast 6.04:1
Card sample
#f104f2 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f104f2;
Background color
Panel with #f104f2 background
background-color: #f104f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f104f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 4, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 4, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f104f2; background: linear-gradient(135deg, #f104f2, #F20454);