#a65eee
a light, electric violet · warm · closest name: slateblue
RGB
166, 94, 238
HSL
270°, 81%, 65%
CMYK
30, 61, 0, 7
Luminance
0.2229
Every format
| HEX | #a65eee |
| RGB | rgb(166, 94, 238) |
| HSL | hsl(270, 81%, 65%) |
| CMYK | cmyk(30%, 61%, 0%, 7%) |
| LAB | lab(54.3 55.8 -61.7) |
| LCH | lch(54.3 83.2 312.1) |
| OKLCH | oklch(0.630 0.211 304.0) |
Copy-ready code
/* CSS */
color: #a65eee;
background-color: #a65eee;
/* Tailwind (arbitrary) */
class="text-[#a65eee] bg-[#a65eee]"
/* SCSS */
$brand: #a65eee;
/* SwiftUI */
Color(red: 0.651, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#a65eee")Accessibility — WCAG contrast
Aa
#a65eee on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a65eee on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green36.9%
Blue93.3%
CMYK percentages
Cyan30.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#a65eee text on a black background
contrast 5.46:1
Card sample
#a65eee text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a65eee;
Background color
Panel with #a65eee background
background-color: #a65eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a65eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a65eee; background: linear-gradient(135deg, #a65eee, #EE5ED6);