#fd409f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 64, 159
HSL
330°, 98%, 62%
CMYK
0, 75, 37, 1
Luminance
0.2705
Every format
| HEX | #fd409f |
| RGB | rgb(253, 64, 159) |
| HSL | hsl(330, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 37%, 1%) |
| LAB | lab(59.0 76.4 -8.2) |
| LCH | lch(59.0 76.9 353.8) |
| OKLCH | oklch(0.678 0.236 354.9) |
Copy-ready code
/* CSS */
color: #fd409f;
background-color: #fd409f;
/* Tailwind (arbitrary) */
class="text-[#fd409f] bg-[#fd409f]"
/* SCSS */
$brand: #fd409f;
/* SwiftUI */
Color(red: 0.992, green: 0.251, blue: 0.624)
/* Android */
Color.parseColor("#fd409f")Accessibility — WCAG contrast
Aa
#fd409f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd409f on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow37.2%
Key (black)0.8%
Color previews
#fd409f text on a black background
contrast 6.41:1
Card sample
#fd409f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd409f;
Background color
Panel with #fd409f background
background-color: #fd409f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd409f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 64, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 64, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd409f; background: linear-gradient(135deg, #fd409f, #FD5F40);