#885588
a dark, soft magenta / pink · warm · closest name: plum
RGB
136, 85, 136
HSL
300°, 23%, 43%
CMYK
0, 38, 0, 47
Luminance
0.1351
Every format
| HEX | #885588 |
| RGB | rgb(136, 85, 136) |
| HSL | hsl(300, 23%, 43%) |
| CMYK | cmyk(0%, 38%, 0%, 47%) |
| LAB | lab(43.5 29.8 -19.8) |
| LCH | lch(43.5 35.7 326.4) |
| OKLCH | oklch(0.525 0.098 326.9) |
Copy-ready code
/* CSS */
color: #885588;
background-color: #885588;
/* Tailwind (arbitrary) */
class="text-[#885588] bg-[#885588]"
/* SCSS */
$brand: #885588;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#885588")Accessibility — WCAG contrast
Aa
#885588 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885588 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow0.0%
Key (black)46.7%
Color previews
#885588 text on a black background
contrast 3.70:1
Card sample
#885588 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885588;
Background color
Panel with #885588 background
background-color: #885588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885588; background: linear-gradient(135deg, #885588, #885566);