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