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