#985b98
a balanced, soft magenta / pink · warm · closest name: plum
RGB
152, 91, 152
HSL
300°, 25%, 48%
CMYK
0, 40, 0, 40
Luminance
0.1642
Every format
| HEX | #985b98 |
| RGB | rgb(152, 91, 152) |
| HSL | hsl(300, 25%, 48%) |
| CMYK | cmyk(0%, 40%, 0%, 40%) |
| LAB | lab(47.5 34.8 -23.0) |
| LCH | lch(47.5 41.7 326.5) |
| OKLCH | oklch(0.562 0.115 327.0) |
Copy-ready code
/* CSS */
color: #985b98;
background-color: #985b98;
/* Tailwind (arbitrary) */
class="text-[#985b98] bg-[#985b98]"
/* SCSS */
$brand: #985b98;
/* SwiftUI */
Color(red: 0.596, green: 0.357, blue: 0.596)
/* Android */
Color.parseColor("#985b98")Accessibility — WCAG contrast
Aa
#985b98 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985b98 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green35.7%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow0.0%
Key (black)40.4%
Color previews
#985b98 text on a black background
contrast 4.28:1
Card sample
#985b98 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985b98;
Background color
Panel with #985b98 background
background-color: #985b98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985b98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 91, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 91, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985b98; background: linear-gradient(135deg, #985b98, #985B6F);