#98528c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
152, 82, 140
HSL
310°, 30%, 46%
CMYK
0, 46, 8, 40
Luminance
0.1460
Every format
| HEX | #98528c |
| RGB | rgb(152, 82, 140) |
| HSL | hsl(310, 30%, 46%) |
| CMYK | cmyk(0%, 46%, 8%, 40%) |
| LAB | lab(45.1 37.5 -19.6) |
| LCH | lch(45.1 42.3 332.4) |
| OKLCH | oklch(0.542 0.120 333.8) |
Copy-ready code
/* CSS */
color: #98528c;
background-color: #98528c;
/* Tailwind (arbitrary) */
class="text-[#98528c] bg-[#98528c]"
/* SCSS */
$brand: #98528c;
/* SwiftUI */
Color(red: 0.596, green: 0.322, blue: 0.549)
/* Android */
Color.parseColor("#98528c")Accessibility — WCAG contrast
Aa
#98528c on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#98528c on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green32.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow7.9%
Key (black)40.4%
Color previews
#98528c text on a black background
contrast 3.92:1
Card sample
#98528c text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98528c;
Background color
Panel with #98528c background
background-color: #98528c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98528c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 82, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 82, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98528c; background: linear-gradient(135deg, #98528c, #98525D);