#ff5780
a light, electric red · warm · closest name: crimson
RGB
255, 87, 128
HSL
345°, 100%, 67%
CMYK
0, 66, 50, 0
Luminance
0.2963
Every format
| HEX | #ff5780 |
| RGB | rgb(255, 87, 128) |
| HSL | hsl(345, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 50%, 0%) |
| LAB | lab(61.3 66.3 13.2) |
| LCH | lch(61.3 67.6 11.3) |
| OKLCH | oklch(0.693 0.204 9.6) |
Copy-ready code
/* CSS */
color: #ff5780;
background-color: #ff5780;
/* Tailwind (arbitrary) */
class="text-[#ff5780] bg-[#ff5780]"
/* SCSS */
$brand: #ff5780;
/* SwiftUI */
Color(red: 1.000, green: 0.341, blue: 0.502)
/* Android */
Color.parseColor("#ff5780")Accessibility — WCAG contrast
Aa
#ff5780 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5780 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow49.8%
Key (black)0.0%
Color previews
#ff5780 text on a black background
contrast 6.93:1
Card sample
#ff5780 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5780;
Background color
Panel with #ff5780 background
background-color: #ff5780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 87, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 87, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5780; background: linear-gradient(135deg, #ff5780, #FF9E57);