#a98ac6
a light, soft violet · warm · closest name: plum
RGB
169, 138, 198
HSL
271°, 35%, 66%
CMYK
15, 30, 0, 22
Luminance
0.3069
Every format
| HEX | #a98ac6 |
| RGB | rgb(169, 138, 198) |
| HSL | hsl(271, 35%, 66%) |
| CMYK | cmyk(15%, 30%, 0%, 22%) |
| LAB | lab(62.2 23.3 -26.7) |
| LCH | lch(62.2 35.5 311.1) |
| OKLCH | oklch(0.684 0.093 307.7) |
Copy-ready code
/* CSS */
color: #a98ac6;
background-color: #a98ac6;
/* Tailwind (arbitrary) */
class="text-[#a98ac6] bg-[#a98ac6]"
/* SCSS */
$brand: #a98ac6;
/* SwiftUI */
Color(red: 0.663, green: 0.541, blue: 0.776)
/* Android */
Color.parseColor("#a98ac6")Accessibility — WCAG contrast
Aa
#a98ac6 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98ac6 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green54.1%
Blue77.6%
CMYK percentages
Cyan14.6%
Magenta30.3%
Yellow0.0%
Key (black)22.4%
Color previews
#a98ac6 text on a black background
contrast 7.14:1
Card sample
#a98ac6 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98ac6;
Background color
Panel with #a98ac6 background
background-color: #a98ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 138, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 138, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98ac6; background: linear-gradient(135deg, #a98ac6, #C68ABB);