#f404af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 4, 175
HSL
317°, 97%, 49%
CMYK
0, 98, 28, 4
Luminance
0.2242
Every format
| HEX | #f404af |
| RGB | rgb(244, 4, 175) |
| HSL | hsl(317, 97%, 49%) |
| CMYK | cmyk(0%, 98%, 28%, 4%) |
| LAB | lab(54.5 86.2 -24.7) |
| LCH | lch(54.5 89.7 344.0) |
| OKLCH | oklch(0.644 0.272 346.0) |
Copy-ready code
/* CSS */
color: #f404af;
background-color: #f404af;
/* Tailwind (arbitrary) */
class="text-[#f404af] bg-[#f404af]"
/* SCSS */
$brand: #f404af;
/* SwiftUI */
Color(red: 0.957, green: 0.016, blue: 0.686)
/* Android */
Color.parseColor("#f404af")Accessibility — WCAG contrast
Aa
#f404af on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f404af on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green1.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow28.3%
Key (black)4.3%
Color previews
#f404af text on a black background
contrast 5.48:1
Card sample
#f404af text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f404af;
Background color
Panel with #f404af background
background-color: #f404af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f404af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 4, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 4, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f404af; background: linear-gradient(135deg, #f404af, #F4040F);