#a98acf
a light, soft violet · warm · closest name: plum
RGB
169, 138, 207
HSL
267°, 42%, 68%
CMYK
18, 33, 0, 19
Luminance
0.3112
Every format
| HEX | #a98acf |
| RGB | rgb(169, 138, 207) |
| HSL | hsl(267, 42%, 68%) |
| CMYK | cmyk(18%, 33%, 0%, 19%) |
| LAB | lab(62.6 25.3 -31.2) |
| LCH | lch(62.6 40.2 309.0) |
| OKLCH | oklch(0.688 0.104 304.4) |
Copy-ready code
/* CSS */
color: #a98acf;
background-color: #a98acf;
/* Tailwind (arbitrary) */
class="text-[#a98acf] bg-[#a98acf]"
/* SCSS */
$brand: #a98acf;
/* SwiftUI */
Color(red: 0.663, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#a98acf")Accessibility — WCAG contrast
Aa
#a98acf on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98acf on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green54.1%
Blue81.2%
CMYK percentages
Cyan18.4%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#a98acf text on a black background
contrast 7.22:1
Card sample
#a98acf text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98acf;
Background color
Panel with #a98acf background
background-color: #a98acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98acf; background: linear-gradient(135deg, #a98acf, #CF8AC7);