#6c3ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
108, 60, 204
HSL
260°, 59%, 52%
CMYK
47, 71, 0, 20
Luminance
0.1078
Every format
| HEX | #6c3ccc |
| RGB | rgb(108, 60, 204) |
| HSL | hsl(260, 59%, 52%) |
| CMYK | cmyk(47%, 71%, 0%, 20%) |
| LAB | lab(39.2 52.8 -67.1) |
| LCH | lch(39.2 85.4 308.2) |
| OKLCH | oklch(0.499 0.208 292.5) |
Copy-ready code
/* CSS */
color: #6c3ccc;
background-color: #6c3ccc;
/* Tailwind (arbitrary) */
class="text-[#6c3ccc] bg-[#6c3ccc]"
/* SCSS */
$brand: #6c3ccc;
/* SwiftUI */
Color(red: 0.424, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#6c3ccc")Accessibility — WCAG contrast
Aa
#6c3ccc on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c3ccc on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green23.5%
Blue80.0%
CMYK percentages
Cyan47.1%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#6c3ccc text on a black background
contrast 3.16:1
Card sample
#6c3ccc text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c3ccc;
Background color
Panel with #6c3ccc background
background-color: #6c3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c3ccc; background: linear-gradient(135deg, #6c3ccc, #CC3CCC);