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