#fd478f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 71, 143
HSL
336°, 98%, 64%
CMYK
0, 72, 44, 1
Luminance
0.2737
Every format
| HEX | #fd478f |
| RGB | rgb(253, 71, 143) |
| HSL | hsl(336, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 44%, 1%) |
| LAB | lab(59.3 72.7 1.6) |
| LCH | lch(59.3 72.8 1.2) |
| OKLCH | oklch(0.678 0.223 1.2) |
Copy-ready code
/* CSS */
color: #fd478f;
background-color: #fd478f;
/* Tailwind (arbitrary) */
class="text-[#fd478f] bg-[#fd478f]"
/* SCSS */
$brand: #fd478f;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 0.561)
/* Android */
Color.parseColor("#fd478f")Accessibility — WCAG contrast
Aa
#fd478f on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd478f on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow43.5%
Key (black)0.8%
Color previews
#fd478f text on a black background
contrast 6.47:1
Card sample
#fd478f text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd478f;
Background color
Panel with #fd478f background
background-color: #fd478f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd478f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd478f; background: linear-gradient(135deg, #fd478f, #FD7847);