#a082df
a light, vivid violet · warm · closest name: slateblue
RGB
160, 130, 223
HSL
259°, 59%, 69%
CMYK
28, 42, 0, 13
Luminance
0.2877
Every format
| HEX | #a082df |
| RGB | rgb(160, 130, 223) |
| HSL | hsl(259, 59%, 69%) |
| CMYK | cmyk(28%, 42%, 0%, 13%) |
| LAB | lab(60.6 31.0 -43.4) |
| LCH | lch(60.6 53.3 305.6) |
| OKLCH | oklch(0.672 0.137 297.5) |
Copy-ready code
/* CSS */
color: #a082df;
background-color: #a082df;
/* Tailwind (arbitrary) */
class="text-[#a082df] bg-[#a082df]"
/* SCSS */
$brand: #a082df;
/* SwiftUI */
Color(red: 0.627, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#a082df")Accessibility — WCAG contrast
Aa
#a082df on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a082df on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green51.0%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a082df text on a black background
contrast 6.75:1
Card sample
#a082df text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a082df;
Background color
Panel with #a082df background
background-color: #a082df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a082df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a082df; background: linear-gradient(135deg, #a082df, #DE82DF);