#6402ac
a dark, electric violet · warm · closest name: indigo
RGB
100, 2, 172
HSL
275°, 98%, 34%
CMYK
42, 99, 0, 33
Luminance
0.0573
Every format
| HEX | #6402ac |
| RGB | rgb(100, 2, 172) |
| HSL | hsl(275, 98%, 34%) |
| CMYK | cmyk(42%, 99%, 0%, 33%) |
| LAB | lab(28.7 63.0 -65.5) |
| LCH | lch(28.7 90.9 313.9) |
| OKLCH | oklch(0.415 0.219 301.2) |
Copy-ready code
/* CSS */
color: #6402ac;
background-color: #6402ac;
/* Tailwind (arbitrary) */
class="text-[#6402ac] bg-[#6402ac]"
/* SCSS */
$brand: #6402ac;
/* SwiftUI */
Color(red: 0.392, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#6402ac")Accessibility — WCAG contrast
Aa
#6402ac on white: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6402ac on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green0.8%
Blue67.5%
CMYK percentages
Cyan41.9%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#6402ac text on a black background
contrast 2.15:1
Card sample
#6402ac text on a white background
contrast 9.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6402ac;
Background color
Panel with #6402ac background
background-color: #6402ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6402ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6402ac; background: linear-gradient(135deg, #6402ac, #AC0283);