#ff477c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 71, 124
HSL
343°, 100%, 64%
CMYK
0, 72, 51, 0
Luminance
0.2722
Every format
| HEX | #ff477c |
| RGB | rgb(255, 71, 124) |
| HSL | hsl(343, 100%, 64%) |
| CMYK | cmyk(0%, 72%, 51%, 0%) |
| LAB | lab(59.2 71.7 12.6) |
| LCH | lch(59.2 72.8 9.9) |
| OKLCH | oklch(0.676 0.221 8.4) |
Copy-ready code
/* CSS */
color: #ff477c;
background-color: #ff477c;
/* Tailwind (arbitrary) */
class="text-[#ff477c] bg-[#ff477c]"
/* SCSS */
$brand: #ff477c;
/* SwiftUI */
Color(red: 1.000, green: 0.278, blue: 0.486)
/* Android */
Color.parseColor("#ff477c")Accessibility — WCAG contrast
Aa
#ff477c on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff477c on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow51.4%
Key (black)0.0%
Color previews
#ff477c text on a black background
contrast 6.44:1
Card sample
#ff477c text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff477c;
Background color
Panel with #ff477c background
background-color: #ff477c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff477c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 71, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 71, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff477c; background: linear-gradient(135deg, #ff477c, #FF8D47);