#988198
a balanced, muted magenta / pink · warm · closest name: gray
RGB
152, 129, 152
HSL
300°, 10%, 55%
CMYK
0, 15, 0, 40
Luminance
0.2464
Every format
| HEX | #988198 |
| RGB | rgb(152, 129, 152) |
| HSL | hsl(300, 10%, 55%) |
| CMYK | cmyk(0%, 15%, 0%, 40%) |
| LAB | lab(56.7 13.0 -9.0) |
| LCH | lch(56.7 15.9 325.2) |
| OKLCH | oklch(0.632 0.043 326.1) |
Copy-ready code
/* CSS */
color: #988198;
background-color: #988198;
/* Tailwind (arbitrary) */
class="text-[#988198] bg-[#988198]"
/* SCSS */
$brand: #988198;
/* SwiftUI */
Color(red: 0.596, green: 0.506, blue: 0.596)
/* Android */
Color.parseColor("#988198")Accessibility — WCAG contrast
Aa
#988198 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#988198 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green50.6%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow0.0%
Key (black)40.4%
Color previews
#988198 text on a black background
contrast 5.93:1
Card sample
#988198 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #988198;
Background color
Panel with #988198 background
background-color: #988198;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #988198;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 129, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 129, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #988198; background: linear-gradient(135deg, #988198, #988189);