#a466ee
a light, electric violet · warm · closest name: slateblue
RGB
164, 102, 238
HSL
267°, 80%, 67%
CMYK
31, 57, 0, 7
Luminance
0.2357
Every format
| HEX | #a466ee |
| RGB | rgb(164, 102, 238) |
| HSL | hsl(267, 80%, 67%) |
| CMYK | cmyk(31%, 57%, 0%, 7%) |
| LAB | lab(55.6 51.2 -59.6) |
| LCH | lch(55.6 78.5 310.7) |
| OKLCH | oklch(0.639 0.199 302.1) |
Copy-ready code
/* CSS */
color: #a466ee;
background-color: #a466ee;
/* Tailwind (arbitrary) */
class="text-[#a466ee] bg-[#a466ee]"
/* SCSS */
$brand: #a466ee;
/* SwiftUI */
Color(red: 0.643, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#a466ee")Accessibility — WCAG contrast
Aa
#a466ee on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a466ee on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green40.0%
Blue93.3%
CMYK percentages
Cyan31.1%
Magenta57.1%
Yellow0.0%
Key (black)6.7%
Color previews
#a466ee text on a black background
contrast 5.71:1
Card sample
#a466ee text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a466ee;
Background color
Panel with #a466ee background
background-color: #a466ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a466ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a466ee; background: linear-gradient(135deg, #a466ee, #EE66DD);