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