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