#fd407f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 64, 127
HSL
340°, 98%, 62%
CMYK
0, 75, 50, 1
Luminance
0.2608
Every format
| HEX | #fd407f |
| RGB | rgb(253, 64, 127) |
| HSL | hsl(340, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 50%, 1%) |
| LAB | lab(58.1 73.6 9.2) |
| LCH | lch(58.1 74.2 7.2) |
| OKLCH | oklch(0.668 0.226 6.1) |
Copy-ready code
/* CSS */
color: #fd407f;
background-color: #fd407f;
/* Tailwind (arbitrary) */
class="text-[#fd407f] bg-[#fd407f]"
/* SCSS */
$brand: #fd407f;
/* SwiftUI */
Color(red: 0.992, green: 0.251, blue: 0.498)
/* Android */
Color.parseColor("#fd407f")Accessibility — WCAG contrast
Aa
#fd407f on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd407f on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow49.8%
Key (black)0.8%
Color previews
#fd407f text on a black background
contrast 6.22:1
Card sample
#fd407f text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd407f;
Background color
Panel with #fd407f background
background-color: #fd407f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd407f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 64, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 64, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd407f; background: linear-gradient(135deg, #fd407f, #FD7F40);