#6c4ba3
a balanced, soft violet · warm · closest name: slateblue
RGB
108, 75, 163
HSL
263°, 37%, 47%
CMYK
34, 54, 0, 36
Luminance
0.1086
Every format
| HEX | #6c4ba3 |
| RGB | rgb(108, 75, 163) |
| HSL | hsl(263, 37%, 47%) |
| CMYK | cmyk(34%, 54%, 0%, 36%) |
| LAB | lab(39.4 33.5 -42.8) |
| LCH | lch(39.4 54.3 308.0) |
| OKLCH | oklch(0.491 0.138 298.5) |
Copy-ready code
/* CSS */
color: #6c4ba3;
background-color: #6c4ba3;
/* Tailwind (arbitrary) */
class="text-[#6c4ba3] bg-[#6c4ba3]"
/* SCSS */
$brand: #6c4ba3;
/* SwiftUI */
Color(red: 0.424, green: 0.294, blue: 0.639)
/* Android */
Color.parseColor("#6c4ba3")Accessibility — WCAG contrast
Aa
#6c4ba3 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c4ba3 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green29.4%
Blue63.9%
CMYK percentages
Cyan33.7%
Magenta54.0%
Yellow0.0%
Key (black)36.1%
Color previews
#6c4ba3 text on a black background
contrast 3.17:1
Card sample
#6c4ba3 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c4ba3;
Background color
Panel with #6c4ba3 background
background-color: #6c4ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c4ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 75, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 75, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c4ba3; background: linear-gradient(135deg, #6c4ba3, #A34B9F);