#a98ac9
a light, soft violet · warm · closest name: plum
RGB
169, 138, 201
HSL
270°, 37%, 67%
CMYK
16, 31, 0, 21
Luminance
0.3083
Every format
| HEX | #a98ac9 |
| RGB | rgb(169, 138, 201) |
| HSL | hsl(270, 37%, 67%) |
| CMYK | cmyk(16%, 31%, 0%, 21%) |
| LAB | lab(62.4 24.0 -28.2) |
| LCH | lch(62.4 37.0 310.3) |
| OKLCH | oklch(0.685 0.097 306.5) |
Copy-ready code
/* CSS */
color: #a98ac9;
background-color: #a98ac9;
/* Tailwind (arbitrary) */
class="text-[#a98ac9] bg-[#a98ac9]"
/* SCSS */
$brand: #a98ac9;
/* SwiftUI */
Color(red: 0.663, green: 0.541, blue: 0.788)
/* Android */
Color.parseColor("#a98ac9")Accessibility — WCAG contrast
Aa
#a98ac9 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98ac9 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green54.1%
Blue78.8%
CMYK percentages
Cyan15.9%
Magenta31.3%
Yellow0.0%
Key (black)21.2%
Color previews
#a98ac9 text on a black background
contrast 7.17:1
Card sample
#a98ac9 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98ac9;
Background color
Panel with #a98ac9 background
background-color: #a98ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 138, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 138, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98ac9; background: linear-gradient(135deg, #a98ac9, #C98ABF);