#a588e7
a light, vivid violet · warm · closest name: slateblue
RGB
165, 136, 231
HSL
258°, 66%, 72%
CMYK
29, 41, 0, 9
Luminance
0.3138
Every format
| HEX | #a588e7 |
| RGB | rgb(165, 136, 231) |
| HSL | hsl(258, 66%, 72%) |
| CMYK | cmyk(29%, 41%, 0%, 9%) |
| LAB | lab(62.8 31.0 -44.3) |
| LCH | lch(62.8 54.0 305.0) |
| OKLCH | oklch(0.692 0.139 296.7) |
Copy-ready code
/* CSS */
color: #a588e7;
background-color: #a588e7;
/* Tailwind (arbitrary) */
class="text-[#a588e7] bg-[#a588e7]"
/* SCSS */
$brand: #a588e7;
/* SwiftUI */
Color(red: 0.647, green: 0.533, blue: 0.906)
/* Android */
Color.parseColor("#a588e7")Accessibility — WCAG contrast
Aa
#a588e7 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a588e7 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green53.3%
Blue90.6%
CMYK percentages
Cyan28.6%
Magenta41.1%
Yellow0.0%
Key (black)9.4%
Color previews
#a588e7 text on a black background
contrast 7.28:1
Card sample
#a588e7 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a588e7;
Background color
Panel with #a588e7 background
background-color: #a588e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a588e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 136, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 136, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a588e7; background: linear-gradient(135deg, #a588e7, #E488E7);