#6000aa
a dark, electric violet · warm · closest name: indigo
RGB
96, 0, 170
HSL
274°, 100%, 33%
CMYK
44, 100, 0, 33
Luminance
0.0539
Every format
| HEX | #6000aa |
| RGB | rgb(96, 0, 170) |
| HSL | hsl(274, 100%, 33%) |
| CMYK | cmyk(44%, 100%, 0%, 33%) |
| LAB | lab(27.8 62.5 -65.8) |
| LCH | lch(27.8 90.8 313.5) |
| OKLCH | oklch(0.407 0.218 300.0) |
Copy-ready code
/* CSS */
color: #6000aa;
background-color: #6000aa;
/* Tailwind (arbitrary) */
class="text-[#6000aa] bg-[#6000aa]"
/* SCSS */
$brand: #6000aa;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.667)
/* Android */
Color.parseColor("#6000aa")Accessibility — WCAG contrast
Aa
#6000aa on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6000aa on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue66.7%
CMYK percentages
Cyan43.5%
Magenta100.0%
Yellow0.0%
Key (black)33.3%
Color previews
#6000aa text on a black background
contrast 2.08:1
Card sample
#6000aa text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6000aa;
Background color
Panel with #6000aa background
background-color: #6000aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6000aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6000aa; background: linear-gradient(135deg, #6000aa, #AA0082);