#995577
a balanced, soft magenta / pink · warm · closest name: plum
RGB
153, 85, 119
HSL
330°, 29%, 47%
CMYK
0, 44, 22, 40
Luminance
0.1460
Every format
| HEX | #995577 |
| RGB | rgb(153, 85, 119) |
| HSL | hsl(330, 29%, 47%) |
| CMYK | cmyk(0%, 44%, 22%, 40%) |
| LAB | lab(45.1 32.7 -6.9) |
| LCH | lch(45.1 33.4 348.1) |
| OKLCH | oklch(0.539 0.100 349.6) |
Copy-ready code
/* CSS */
color: #995577;
background-color: #995577;
/* Tailwind (arbitrary) */
class="text-[#995577] bg-[#995577]"
/* SCSS */
$brand: #995577;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.467)
/* Android */
Color.parseColor("#995577")Accessibility — WCAG contrast
Aa
#995577 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995577 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow22.2%
Key (black)40.0%
Color previews
#995577 text on a black background
contrast 3.92:1
Card sample
#995577 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995577;
Background color
Panel with #995577 background
background-color: #995577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995577; background: linear-gradient(135deg, #995577, #996055);