#a289eb
a light, vivid violet · warm · closest name: slateblue
RGB
162, 137, 235
HSL
255°, 71%, 73%
CMYK
31, 42, 0, 8
Luminance
0.3157
Every format
| HEX | #a289eb |
| RGB | rgb(162, 137, 235) |
| HSL | hsl(255, 71%, 73%) |
| CMYK | cmyk(31%, 42%, 0%, 8%) |
| LAB | lab(63.0 30.6 -46.2) |
| LCH | lch(63.0 55.4 303.5) |
| OKLCH | oklch(0.693 0.142 294.1) |
Copy-ready code
/* CSS */
color: #a289eb;
background-color: #a289eb;
/* Tailwind (arbitrary) */
class="text-[#a289eb] bg-[#a289eb]"
/* SCSS */
$brand: #a289eb;
/* SwiftUI */
Color(red: 0.635, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#a289eb")Accessibility — WCAG contrast
Aa
#a289eb on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a289eb on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green53.7%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#a289eb text on a black background
contrast 7.31:1
Card sample
#a289eb text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a289eb;
Background color
Panel with #a289eb background
background-color: #a289eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a289eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a289eb; background: linear-gradient(135deg, #a289eb, #E389EB);