#fd577f
a light, electric red · warm · closest name: crimson
RGB
253, 87, 127
HSL
346°, 98%, 67%
CMYK
0, 66, 50, 1
Luminance
0.2923
Every format
| HEX | #fd577f |
| RGB | rgb(253, 87, 127) |
| HSL | hsl(346, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 50%, 1%) |
| LAB | lab(61.0 65.6 13.3) |
| LCH | lch(61.0 67.0 11.4) |
| OKLCH | oklch(0.690 0.202 9.7) |
Copy-ready code
/* CSS */
color: #fd577f;
background-color: #fd577f;
/* Tailwind (arbitrary) */
class="text-[#fd577f] bg-[#fd577f]"
/* SCSS */
$brand: #fd577f;
/* SwiftUI */
Color(red: 0.992, green: 0.341, blue: 0.498)
/* Android */
Color.parseColor("#fd577f")Accessibility — WCAG contrast
Aa
#fd577f on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd577f on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow49.8%
Key (black)0.8%
Color previews
#fd577f text on a black background
contrast 6.85:1
Card sample
#fd577f text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd577f;
Background color
Panel with #fd577f background
background-color: #fd577f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd577f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 87, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 87, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd577f; background: linear-gradient(135deg, #fd577f, #FD9E57);