#fd418f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 65, 143
HSL
335°, 98%, 62%
CMYK
0, 74, 44, 1
Luminance
0.2665
Every format
| HEX | #fd418f |
| RGB | rgb(253, 65, 143) |
| HSL | hsl(335, 98%, 62%) |
| CMYK | cmyk(0%, 74%, 44%, 1%) |
| LAB | lab(58.6 74.6 0.6) |
| LCH | lch(58.6 74.6 0.4) |
| OKLCH | oklch(0.673 0.229 0.6) |
Copy-ready code
/* CSS */
color: #fd418f;
background-color: #fd418f;
/* Tailwind (arbitrary) */
class="text-[#fd418f] bg-[#fd418f]"
/* SCSS */
$brand: #fd418f;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.561)
/* Android */
Color.parseColor("#fd418f")Accessibility — WCAG contrast
Aa
#fd418f on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd418f on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow43.5%
Key (black)0.8%
Color previews
#fd418f text on a black background
contrast 6.33:1
Card sample
#fd418f text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd418f;
Background color
Panel with #fd418f background
background-color: #fd418f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd418f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd418f; background: linear-gradient(135deg, #fd418f, #FD7041);