#a082db
a light, vivid violet · warm · closest name: slateblue
RGB
160, 130, 219
HSL
260°, 55%, 68%
CMYK
27, 41, 0, 14
Luminance
0.2855
Every format
| HEX | #a082db |
| RGB | rgb(160, 130, 219) |
| HSL | hsl(260, 55%, 68%) |
| CMYK | cmyk(27%, 41%, 0%, 14%) |
| LAB | lab(60.4 30.0 -41.5) |
| LCH | lch(60.4 51.2 305.9) |
| OKLCH | oklch(0.670 0.132 298.3) |
Copy-ready code
/* CSS */
color: #a082db;
background-color: #a082db;
/* Tailwind (arbitrary) */
class="text-[#a082db] bg-[#a082db]"
/* SCSS */
$brand: #a082db;
/* SwiftUI */
Color(red: 0.627, green: 0.510, blue: 0.859)
/* Android */
Color.parseColor("#a082db")Accessibility — WCAG contrast
Aa
#a082db on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a082db on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green51.0%
Blue85.9%
CMYK percentages
Cyan26.9%
Magenta40.6%
Yellow0.0%
Key (black)14.1%
Color previews
#a082db text on a black background
contrast 6.71:1
Card sample
#a082db text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a082db;
Background color
Panel with #a082db background
background-color: #a082db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a082db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 130, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 130, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a082db; background: linear-gradient(135deg, #a082db, #DB82DB);