#f104f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 4, 244
HSL
299°, 97%, 49%
CMYK
1, 98, 0, 4
Luminance
0.2532
Every format
| HEX | #f104f4 |
| RGB | rgb(241, 4, 244) |
| HSL | hsl(299, 97%, 49%) |
| CMYK | cmyk(1%, 98%, 0%, 4%) |
| LAB | lab(57.4 94.3 -59.5) |
| LCH | lch(57.4 111.5 327.7) |
| OKLCH | oklch(0.675 0.310 327.7) |
Copy-ready code
/* CSS */
color: #f104f4;
background-color: #f104f4;
/* Tailwind (arbitrary) */
class="text-[#f104f4] bg-[#f104f4]"
/* SCSS */
$brand: #f104f4;
/* SwiftUI */
Color(red: 0.945, green: 0.016, blue: 0.957)
/* Android */
Color.parseColor("#f104f4")Accessibility — WCAG contrast
Aa
#f104f4 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f104f4 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green1.6%
Blue95.7%
CMYK percentages
Cyan1.2%
Magenta98.4%
Yellow0.0%
Key (black)4.3%
Color previews
#f104f4 text on a black background
contrast 6.06:1
Card sample
#f104f4 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f104f4;
Background color
Panel with #f104f4 background
background-color: #f104f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f104f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 4, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 4, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f104f4; background: linear-gradient(135deg, #f104f4, #F40457);