#ff559e
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 85, 158
HSL
334°, 100%, 67%
CMYK
0, 67, 38, 0
Luminance
0.3023
Every format
| HEX | #ff559e |
| RGB | rgb(255, 85, 158) |
| HSL | hsl(334, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 38%, 0%) |
| LAB | lab(61.9 69.8 -3.4) |
| LCH | lch(61.9 69.9 357.2) |
| OKLCH | oklch(0.699 0.214 357.8) |
Copy-ready code
/* CSS */
color: #ff559e;
background-color: #ff559e;
/* Tailwind (arbitrary) */
class="text-[#ff559e] bg-[#ff559e]"
/* SCSS */
$brand: #ff559e;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.620)
/* Android */
Color.parseColor("#ff559e")Accessibility — WCAG contrast
Aa
#ff559e on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff559e on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow38.0%
Key (black)0.0%
Color previews
#ff559e text on a black background
contrast 7.05:1
Card sample
#ff559e text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff559e;
Background color
Panel with #ff559e background
background-color: #ff559e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff559e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff559e; background: linear-gradient(135deg, #ff559e, #FF7D55);