#a97fdf
a light, vivid violet · warm · closest name: slateblue
RGB
169, 127, 223
HSL
266°, 60%, 69%
CMYK
24, 43, 0, 13
Luminance
0.2894
Every format
| HEX | #a97fdf |
| RGB | rgb(169, 127, 223) |
| HSL | hsl(266, 60%, 69%) |
| CMYK | cmyk(24%, 43%, 0%, 13%) |
| LAB | lab(60.7 35.2 -43.1) |
| LCH | lch(60.7 55.7 309.3) |
| OKLCH | oklch(0.676 0.143 302.9) |
Copy-ready code
/* CSS */
color: #a97fdf;
background-color: #a97fdf;
/* Tailwind (arbitrary) */
class="text-[#a97fdf] bg-[#a97fdf]"
/* SCSS */
$brand: #a97fdf;
/* SwiftUI */
Color(red: 0.663, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#a97fdf")Accessibility — WCAG contrast
Aa
#a97fdf on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97fdf on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#a97fdf text on a black background
contrast 6.79:1
Card sample
#a97fdf text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97fdf;
Background color
Panel with #a97fdf background
background-color: #a97fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97fdf; background: linear-gradient(135deg, #a97fdf, #DF7FD5);