#64009c
a dark, electric violet · warm · closest name: indigo
RGB
100, 0, 156
HSL
279°, 100%, 31%
CMYK
36, 100, 0, 39
Luminance
0.0511
Every format
| HEX | #64009c |
| RGB | rgb(100, 0, 156) |
| HSL | hsl(279, 100%, 31%) |
| CMYK | cmyk(36%, 100%, 0%, 39%) |
| LAB | lab(27.1 60.0 -58.5) |
| LCH | lch(27.1 83.8 315.7) |
| OKLCH | oklch(0.399 0.206 306.0) |
Copy-ready code
/* CSS */
color: #64009c;
background-color: #64009c;
/* Tailwind (arbitrary) */
class="text-[#64009c] bg-[#64009c]"
/* SCSS */
$brand: #64009c;
/* SwiftUI */
Color(red: 0.392, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#64009c")Accessibility — WCAG contrast
Aa
#64009c on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#64009c on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green0.0%
Blue61.2%
CMYK percentages
Cyan35.9%
Magenta100.0%
Yellow0.0%
Key (black)38.8%
Color previews
#64009c text on a black background
contrast 2.02:1
Card sample
#64009c text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64009c;
Background color
Panel with #64009c background
background-color: #64009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64009c; background: linear-gradient(135deg, #64009c, #9C006C);