#a98acb
a light, soft violet · warm · closest name: plum
RGB
169, 138, 203
HSL
269°, 39%, 67%
CMYK
17, 32, 0, 20
Luminance
0.3092
Every format
| HEX | #a98acb |
| RGB | rgb(169, 138, 203) |
| HSL | hsl(269, 39%, 67%) |
| CMYK | cmyk(17%, 32%, 0%, 20%) |
| LAB | lab(62.4 24.4 -29.2) |
| LCH | lch(62.4 38.1 309.9) |
| OKLCH | oklch(0.686 0.099 305.8) |
Copy-ready code
/* CSS */
color: #a98acb;
background-color: #a98acb;
/* Tailwind (arbitrary) */
class="text-[#a98acb] bg-[#a98acb]"
/* SCSS */
$brand: #a98acb;
/* SwiftUI */
Color(red: 0.663, green: 0.541, blue: 0.796)
/* Android */
Color.parseColor("#a98acb")Accessibility — WCAG contrast
Aa
#a98acb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98acb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green54.1%
Blue79.6%
CMYK percentages
Cyan16.7%
Magenta32.0%
Yellow0.0%
Key (black)20.4%
Color previews
#a98acb text on a black background
contrast 7.18:1
Card sample
#a98acb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98acb;
Background color
Panel with #a98acb background
background-color: #a98acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 138, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 138, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98acb; background: linear-gradient(135deg, #a98acb, #CB8AC2);