#ff558a
a light, electric magenta / pink · warm · closest name: crimson
RGB
255, 85, 138
HSL
341°, 100%, 67%
CMYK
0, 67, 46, 0
Luminance
0.2959
Every format
| HEX | #ff558a |
| RGB | rgb(255, 85, 138) |
| HSL | hsl(341, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 46%, 0%) |
| LAB | lab(61.3 67.9 7.4) |
| LCH | lch(61.3 68.3 6.2) |
| OKLCH | oklch(0.693 0.208 5.4) |
Copy-ready code
/* CSS */
color: #ff558a;
background-color: #ff558a;
/* Tailwind (arbitrary) */
class="text-[#ff558a] bg-[#ff558a]"
/* SCSS */
$brand: #ff558a;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.541)
/* Android */
Color.parseColor("#ff558a")Accessibility — WCAG contrast
Aa
#ff558a on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff558a on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow45.9%
Key (black)0.0%
Color previews
#ff558a text on a black background
contrast 6.92:1
Card sample
#ff558a text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff558a;
Background color
Panel with #ff558a background
background-color: #ff558a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff558a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff558a; background: linear-gradient(135deg, #ff558a, #FF9155);