#fd487f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 72, 127
HSL
342°, 98%, 64%
CMYK
0, 72, 50, 1
Luminance
0.2705
Every format
| HEX | #fd487f |
| RGB | rgb(253, 72, 127) |
| HSL | hsl(342, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 50%, 1%) |
| LAB | lab(59.0 71.0 10.5) |
| LCH | lch(59.0 71.8 8.4) |
| OKLCH | oklch(0.675 0.218 7.2) |
Copy-ready code
/* CSS */
color: #fd487f;
background-color: #fd487f;
/* Tailwind (arbitrary) */
class="text-[#fd487f] bg-[#fd487f]"
/* SCSS */
$brand: #fd487f;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.498)
/* Android */
Color.parseColor("#fd487f")Accessibility — WCAG contrast
Aa
#fd487f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd487f on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow49.8%
Key (black)0.8%
Color previews
#fd487f text on a black background
contrast 6.41:1
Card sample
#fd487f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd487f;
Background color
Panel with #fd487f background
background-color: #fd487f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd487f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd487f; background: linear-gradient(135deg, #fd487f, #FD8A48);