#a962db
a balanced, vivid violet · warm · closest name: slateblue
RGB
169, 98, 219
HSL
275°, 63%, 62%
CMYK
23, 55, 0, 14
Luminance
0.2228
Every format
| HEX | #a962db |
| RGB | rgb(169, 98, 219) |
| HSL | hsl(275, 63%, 62%) |
| CMYK | cmyk(23%, 55%, 0%, 14%) |
| LAB | lab(54.3 50.1 -51.0) |
| LCH | lch(54.3 71.5 314.5) |
| OKLCH | oklch(0.627 0.185 309.1) |
Copy-ready code
/* CSS */
color: #a962db;
background-color: #a962db;
/* Tailwind (arbitrary) */
class="text-[#a962db] bg-[#a962db]"
/* SCSS */
$brand: #a962db;
/* SwiftUI */
Color(red: 0.663, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#a962db")Accessibility — WCAG contrast
Aa
#a962db on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a962db on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green38.4%
Blue85.9%
CMYK percentages
Cyan22.8%
Magenta55.3%
Yellow0.0%
Key (black)14.1%
Color previews
#a962db text on a black background
contrast 5.46:1
Card sample
#a962db text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a962db;
Background color
Panel with #a962db background
background-color: #a962db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a962db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a962db; background: linear-gradient(135deg, #a962db, #DB62BC);