#9e98ac
a balanced, muted violet · warm · closest name: gray
RGB
158, 152, 172
HSL
258°, 11%, 64%
CMYK
8, 12, 0, 33
Luminance
0.3270
Every format
| HEX | #9e98ac |
| RGB | rgb(158, 152, 172) |
| HSL | hsl(258, 11%, 64%) |
| CMYK | cmyk(8%, 12%, 0%, 33%) |
| LAB | lab(63.9 6.1 -9.6) |
| LCH | lch(63.9 11.4 302.5) |
| OKLCH | oklch(0.691 0.030 299.3) |
Copy-ready code
/* CSS */
color: #9e98ac;
background-color: #9e98ac;
/* Tailwind (arbitrary) */
class="text-[#9e98ac] bg-[#9e98ac]"
/* SCSS */
$brand: #9e98ac;
/* SwiftUI */
Color(red: 0.620, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#9e98ac")Accessibility — WCAG contrast
Aa
#9e98ac on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9e98ac on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green59.6%
Blue67.5%
CMYK percentages
Cyan8.1%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#9e98ac text on a black background
contrast 7.54:1
Card sample
#9e98ac text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e98ac;
Background color
Panel with #9e98ac background
background-color: #9e98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e98ac; background: linear-gradient(135deg, #9e98ac, #AB98AC);