#a98ac0
a balanced, soft violet · warm · closest name: plum
RGB
169, 138, 192
HSL
274°, 30%, 65%
CMYK
12, 28, 0, 25
Luminance
0.3042
Every format
| HEX | #a98ac0 |
| RGB | rgb(169, 138, 192) |
| HSL | hsl(274, 30%, 65%) |
| CMYK | cmyk(12%, 28%, 0%, 25%) |
| LAB | lab(62.0 22.0 -23.7) |
| LCH | lch(62.0 32.3 312.9) |
| OKLCH | oklch(0.681 0.085 310.3) |
Copy-ready code
/* CSS */
color: #a98ac0;
background-color: #a98ac0;
/* Tailwind (arbitrary) */
class="text-[#a98ac0] bg-[#a98ac0]"
/* SCSS */
$brand: #a98ac0;
/* SwiftUI */
Color(red: 0.663, green: 0.541, blue: 0.753)
/* Android */
Color.parseColor("#a98ac0")Accessibility — WCAG contrast
Aa
#a98ac0 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98ac0 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green54.1%
Blue75.3%
CMYK percentages
Cyan12.0%
Magenta28.1%
Yellow0.0%
Key (black)24.7%
Color previews
#a98ac0 text on a black background
contrast 7.08:1
Card sample
#a98ac0 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98ac0;
Background color
Panel with #a98ac0 background
background-color: #a98ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 138, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 138, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98ac0; background: linear-gradient(135deg, #a98ac0, #C08AB3);