#fd558f
a light, electric magenta / pink · warm · closest name: crimson
RGB
253, 85, 143
HSL
339°, 98%, 66%
CMYK
0, 66, 44, 1
Luminance
0.2936
Every format
| HEX | #fd558f |
| RGB | rgb(253, 85, 143) |
| HSL | hsl(339, 98%, 66%) |
| CMYK | cmyk(0%, 66%, 44%, 1%) |
| LAB | lab(61.1 67.8 4.1) |
| LCH | lch(61.1 67.9 3.5) |
| OKLCH | oklch(0.692 0.208 3.2) |
Copy-ready code
/* CSS */
color: #fd558f;
background-color: #fd558f;
/* Tailwind (arbitrary) */
class="text-[#fd558f] bg-[#fd558f]"
/* SCSS */
$brand: #fd558f;
/* SwiftUI */
Color(red: 0.992, green: 0.333, blue: 0.561)
/* Android */
Color.parseColor("#fd558f")Accessibility — WCAG contrast
Aa
#fd558f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd558f on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow43.5%
Key (black)0.8%
Color previews
#fd558f text on a black background
contrast 6.87:1
Card sample
#fd558f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd558f;
Background color
Panel with #fd558f background
background-color: #fd558f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd558f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 85, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 85, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd558f; background: linear-gradient(135deg, #fd558f, #FD8B55);