#a98fdf
a light, vivid violet · warm · closest name: plum
RGB
169, 143, 223
HSL
260°, 56%, 72%
CMYK
24, 36, 0, 13
Luminance
0.3341
Every format
| HEX | #a98fdf |
| RGB | rgb(169, 143, 223) |
| HSL | hsl(260, 56%, 72%) |
| CMYK | cmyk(24%, 36%, 0%, 13%) |
| LAB | lab(64.5 26.2 -37.2) |
| LCH | lch(64.5 45.5 305.1) |
| OKLCH | oklch(0.704 0.117 298.3) |
Copy-ready code
/* CSS */
color: #a98fdf;
background-color: #a98fdf;
/* Tailwind (arbitrary) */
class="text-[#a98fdf] bg-[#a98fdf]"
/* SCSS */
$brand: #a98fdf;
/* SwiftUI */
Color(red: 0.663, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#a98fdf")Accessibility — WCAG contrast
Aa
#a98fdf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a98fdf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green56.1%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a98fdf text on a black background
contrast 7.68:1
Card sample
#a98fdf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98fdf;
Background color
Panel with #a98fdf background
background-color: #a98fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98fdf; background: linear-gradient(135deg, #a98fdf, #DE8FDF);