#995588
a balanced, soft magenta / pink · warm · closest name: plum
RGB
153, 85, 136
HSL
315°, 29%, 47%
CMYK
0, 44, 11, 40
Luminance
0.1505
Every format
| HEX | #995588 |
| RGB | rgb(153, 85, 136) |
| HSL | hsl(315, 29%, 47%) |
| CMYK | cmyk(0%, 44%, 11%, 40%) |
| LAB | lab(45.7 35.5 -16.2) |
| LCH | lch(45.7 39.0 335.4) |
| OKLCH | oklch(0.546 0.112 337.1) |
Copy-ready code
/* CSS */
color: #995588;
background-color: #995588;
/* Tailwind (arbitrary) */
class="text-[#995588] bg-[#995588]"
/* SCSS */
$brand: #995588;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#995588")Accessibility — WCAG contrast
Aa
#995588 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995588 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow11.1%
Key (black)40.0%
Color previews
#995588 text on a black background
contrast 4.01:1
Card sample
#995588 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995588;
Background color
Panel with #995588 background
background-color: #995588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995588; background: linear-gradient(135deg, #995588, #99555B);