#fd377e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 55, 126
HSL
339°, 98%, 60%
CMYK
0, 78, 50, 1
Luminance
0.2512
Every format
| HEX | #fd377e |
| RGB | rgb(253, 55, 126) |
| HSL | hsl(339, 98%, 60%) |
| CMYK | cmyk(0%, 78%, 50%, 1%) |
| LAB | lab(57.2 76.0 8.5) |
| LCH | lch(57.2 76.5 6.4) |
| OKLCH | oklch(0.661 0.234 5.5) |
Copy-ready code
/* CSS */
color: #fd377e;
background-color: #fd377e;
/* Tailwind (arbitrary) */
class="text-[#fd377e] bg-[#fd377e]"
/* SCSS */
$brand: #fd377e;
/* SwiftUI */
Color(red: 0.992, green: 0.216, blue: 0.494)
/* Android */
Color.parseColor("#fd377e")Accessibility — WCAG contrast
Aa
#fd377e on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd377e on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green21.6%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow50.2%
Key (black)0.8%
Color previews
#fd377e text on a black background
contrast 6.02:1
Card sample
#fd377e text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd377e;
Background color
Panel with #fd377e background
background-color: #fd377e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd377e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 55, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 55, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd377e; background: linear-gradient(135deg, #fd377e, #FD7437);