#6000ac
a dark, electric violet · warm · closest name: indigo
RGB
96, 0, 172
HSL
274°, 100%, 34%
CMYK
44, 100, 0, 33
Luminance
0.0547
Every format
| HEX | #6000ac |
| RGB | rgb(96, 0, 172) |
| HSL | hsl(274, 100%, 34%) |
| CMYK | cmyk(44%, 100%, 0%, 33%) |
| LAB | lab(28.0 62.9 -66.7) |
| LCH | lch(28.0 91.7 313.4) |
| OKLCH | oklch(0.409 0.219 299.4) |
Copy-ready code
/* CSS */
color: #6000ac;
background-color: #6000ac;
/* Tailwind (arbitrary) */
class="text-[#6000ac] bg-[#6000ac]"
/* SCSS */
$brand: #6000ac;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.675)
/* Android */
Color.parseColor("#6000ac")Accessibility — WCAG contrast
Aa
#6000ac on white: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6000ac on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue67.5%
CMYK percentages
Cyan44.2%
Magenta100.0%
Yellow0.0%
Key (black)32.5%
Color previews
#6000ac text on a black background
contrast 2.09:1
Card sample
#6000ac text on a white background
contrast 10.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6000ac;
Background color
Panel with #6000ac background
background-color: #6000ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6000ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6000ac; background: linear-gradient(135deg, #6000ac, #AC0085);