#6413a8
a dark, electric violet · warm · closest name: indigo
RGB
100, 19, 168
HSL
273°, 80%, 37%
CMYK
41, 89, 0, 34
Luminance
0.0600
Every format
| HEX | #6413a8 |
| RGB | rgb(100, 19, 168) |
| HSL | hsl(273, 80%, 37%) |
| CMYK | cmyk(41%, 89%, 0%, 34%) |
| LAB | lab(29.4 58.9 -61.9) |
| LCH | lch(29.4 85.5 313.5) |
| OKLCH | oklch(0.419 0.208 301.5) |
Copy-ready code
/* CSS */
color: #6413a8;
background-color: #6413a8;
/* Tailwind (arbitrary) */
class="text-[#6413a8] bg-[#6413a8]"
/* SCSS */
$brand: #6413a8;
/* SwiftUI */
Color(red: 0.392, green: 0.075, blue: 0.659)
/* Android */
Color.parseColor("#6413a8")Accessibility — WCAG contrast
Aa
#6413a8 on white: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6413a8 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green7.5%
Blue65.9%
CMYK percentages
Cyan40.5%
Magenta88.7%
Yellow0.0%
Key (black)34.1%
Color previews
#6413a8 text on a black background
contrast 2.20:1
Card sample
#6413a8 text on a white background
contrast 9.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6413a8;
Background color
Panel with #6413a8 background
background-color: #6413a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6413a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 19, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 19, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6413a8; background: linear-gradient(135deg, #6413a8, #A81389);