#6c2abd
a balanced, vivid violet · warm · closest name: indigo
RGB
108, 42, 189
HSL
267°, 64%, 45%
CMYK
43, 78, 0, 26
Luminance
0.0852
Every format
| HEX | #6c2abd |
| RGB | rgb(108, 42, 189) |
| HSL | hsl(267, 64%, 45%) |
| CMYK | cmyk(43%, 78%, 0%, 26%) |
| LAB | lab(35.0 57.2 -65.2) |
| LCH | lch(35.0 86.7 311.3) |
| OKLCH | oklch(0.466 0.211 297.8) |
Copy-ready code
/* CSS */
color: #6c2abd;
background-color: #6c2abd;
/* Tailwind (arbitrary) */
class="text-[#6c2abd] bg-[#6c2abd]"
/* SCSS */
$brand: #6c2abd;
/* SwiftUI */
Color(red: 0.424, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#6c2abd")Accessibility — WCAG contrast
Aa
#6c2abd on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c2abd on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green16.5%
Blue74.1%
CMYK percentages
Cyan42.9%
Magenta77.8%
Yellow0.0%
Key (black)25.9%
Color previews
#6c2abd text on a black background
contrast 2.70:1
Card sample
#6c2abd text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c2abd;
Background color
Panel with #6c2abd background
background-color: #6c2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c2abd; background: linear-gradient(135deg, #6c2abd, #BD2AAC);