#6022aa
a dark, vivid violet · warm · closest name: indigo
RGB
96, 34, 170
HSL
267°, 67%, 40%
CMYK
44, 80, 0, 33
Luminance
0.0653
Every format
| HEX | #6022aa |
| RGB | rgb(96, 34, 170) |
| HSL | hsl(267, 67%, 40%) |
| CMYK | cmyk(44%, 80%, 0%, 33%) |
| LAB | lab(30.7 53.9 -61.0) |
| LCH | lch(30.7 81.4 311.5) |
| OKLCH | oklch(0.427 0.198 297.9) |
Copy-ready code
/* CSS */
color: #6022aa;
background-color: #6022aa;
/* Tailwind (arbitrary) */
class="text-[#6022aa] bg-[#6022aa]"
/* SCSS */
$brand: #6022aa;
/* SwiftUI */
Color(red: 0.376, green: 0.133, blue: 0.667)
/* Android */
Color.parseColor("#6022aa")Accessibility — WCAG contrast
Aa
#6022aa on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6022aa on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green13.3%
Blue66.7%
CMYK percentages
Cyan43.5%
Magenta80.0%
Yellow0.0%
Key (black)33.3%
Color previews
#6022aa text on a black background
contrast 2.31:1
Card sample
#6022aa text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6022aa;
Background color
Panel with #6022aa background
background-color: #6022aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6022aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 34, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 34, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6022aa; background: linear-gradient(135deg, #6022aa, #AA2299);