#fd557f
a light, electric red · warm · closest name: crimson
RGB
253, 85, 127
HSL
345°, 98%, 66%
CMYK
0, 66, 50, 1
Luminance
0.2891
Every format
| HEX | #fd557f |
| RGB | rgb(253, 85, 127) |
| HSL | hsl(345, 98%, 66%) |
| CMYK | cmyk(0%, 66%, 50%, 1%) |
| LAB | lab(60.7 66.4 12.9) |
| LCH | lch(60.7 67.6 11.0) |
| OKLCH | oklch(0.687 0.204 9.3) |
Copy-ready code
/* CSS */
color: #fd557f;
background-color: #fd557f;
/* Tailwind (arbitrary) */
class="text-[#fd557f] bg-[#fd557f]"
/* SCSS */
$brand: #fd557f;
/* SwiftUI */
Color(red: 0.992, green: 0.333, blue: 0.498)
/* Android */
Color.parseColor("#fd557f")Accessibility — WCAG contrast
Aa
#fd557f on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd557f on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow49.8%
Key (black)0.8%
Color previews
#fd557f text on a black background
contrast 6.78:1
Card sample
#fd557f text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd557f;
Background color
Panel with #fd557f background
background-color: #fd557f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd557f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 85, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 85, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd557f; background: linear-gradient(135deg, #fd557f, #FD9B55);