#a98ac2
a light, soft violet · warm · closest name: plum
RGB
169, 138, 194
HSL
273°, 32%, 65%
CMYK
13, 29, 0, 24
Luminance
0.3051
Every format
| HEX | #a98ac2 |
| RGB | rgb(169, 138, 194) |
| HSL | hsl(273, 32%, 65%) |
| CMYK | cmyk(13%, 29%, 0%, 24%) |
| LAB | lab(62.1 22.4 -24.7) |
| LCH | lch(62.1 33.4 312.2) |
| OKLCH | oklch(0.682 0.087 309.4) |
Copy-ready code
/* CSS */
color: #a98ac2;
background-color: #a98ac2;
/* Tailwind (arbitrary) */
class="text-[#a98ac2] bg-[#a98ac2]"
/* SCSS */
$brand: #a98ac2;
/* SwiftUI */
Color(red: 0.663, green: 0.541, blue: 0.761)
/* Android */
Color.parseColor("#a98ac2")Accessibility — WCAG contrast
Aa
#a98ac2 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98ac2 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green54.1%
Blue76.1%
CMYK percentages
Cyan12.9%
Magenta28.9%
Yellow0.0%
Key (black)23.9%
Color previews
#a98ac2 text on a black background
contrast 7.10:1
Card sample
#a98ac2 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98ac2;
Background color
Panel with #a98ac2 background
background-color: #a98ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 138, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 138, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98ac2; background: linear-gradient(135deg, #a98ac2, #C28AB6);