#98528f
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
152, 82, 143
HSL
308°, 30%, 46%
CMYK
0, 46, 6, 40
Luminance
0.1469
Every format
| HEX | #98528f |
| RGB | rgb(152, 82, 143) |
| HSL | hsl(308, 30%, 46%) |
| CMYK | cmyk(0%, 46%, 6%, 40%) |
| LAB | lab(45.2 38.1 -21.2) |
| LCH | lch(45.2 43.6 330.9) |
| OKLCH | oklch(0.543 0.123 332.0) |
Copy-ready code
/* CSS */
color: #98528f;
background-color: #98528f;
/* Tailwind (arbitrary) */
class="text-[#98528f] bg-[#98528f]"
/* SCSS */
$brand: #98528f;
/* SwiftUI */
Color(red: 0.596, green: 0.322, blue: 0.561)
/* Android */
Color.parseColor("#98528f")Accessibility — WCAG contrast
Aa
#98528f on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#98528f on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green32.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow5.9%
Key (black)40.4%
Color previews
#98528f text on a black background
contrast 3.94:1
Card sample
#98528f text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98528f;
Background color
Panel with #98528f background
background-color: #98528f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98528f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 82, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 82, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98528f; background: linear-gradient(135deg, #98528f, #985260);