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