#a97eee
a light, electric violet · warm · closest name: slateblue
RGB
169, 126, 238
HSL
263°, 77%, 71%
CMYK
29, 47, 0, 7
Luminance
0.2953
Every format
| HEX | #a97eee |
| RGB | rgb(169, 126, 238) |
| HSL | hsl(263, 77%, 71%) |
| CMYK | cmyk(29%, 47%, 0%, 7%) |
| LAB | lab(61.3 39.4 -50.6) |
| LCH | lch(61.3 64.1 307.9) |
| OKLCH | oklch(0.682 0.164 299.8) |
Copy-ready code
/* CSS */
color: #a97eee;
background-color: #a97eee;
/* Tailwind (arbitrary) */
class="text-[#a97eee] bg-[#a97eee]"
/* SCSS */
$brand: #a97eee;
/* SwiftUI */
Color(red: 0.663, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#a97eee")Accessibility — WCAG contrast
Aa
#a97eee on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97eee on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green49.4%
Blue93.3%
CMYK percentages
Cyan29.0%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#a97eee text on a black background
contrast 6.91:1
Card sample
#a97eee text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97eee;
Background color
Panel with #a97eee background
background-color: #a97eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97eee; background: linear-gradient(135deg, #a97eee, #EE7EE8);