#6014ac
a dark, electric violet · warm · closest name: indigo
RGB
96, 20, 172
HSL
270°, 79%, 38%
CMYK
44, 88, 0, 33
Luminance
0.0597
Every format
| HEX | #6014ac |
| RGB | rgb(96, 20, 172) |
| HSL | hsl(270, 79%, 38%) |
| CMYK | cmyk(44%, 88%, 0%, 33%) |
| LAB | lab(29.3 59.0 -64.5) |
| LCH | lch(29.3 87.4 312.5) |
| OKLCH | oklch(0.418 0.210 298.5) |
Copy-ready code
/* CSS */
color: #6014ac;
background-color: #6014ac;
/* Tailwind (arbitrary) */
class="text-[#6014ac] bg-[#6014ac]"
/* SCSS */
$brand: #6014ac;
/* SwiftUI */
Color(red: 0.376, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#6014ac")Accessibility — WCAG contrast
Aa
#6014ac on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6014ac on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green7.8%
Blue67.5%
CMYK percentages
Cyan44.2%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#6014ac text on a black background
contrast 2.19:1
Card sample
#6014ac text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6014ac;
Background color
Panel with #6014ac background
background-color: #6014ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6014ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6014ac; background: linear-gradient(135deg, #6014ac, #AC1493);