#6b3ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
107, 58, 206
HSL
260°, 60%, 52%
CMYK
48, 72, 0, 19
Luminance
0.1061
Every format
| HEX | #6b3ace |
| RGB | rgb(107, 58, 206) |
| HSL | hsl(260, 60%, 52%) |
| CMYK | cmyk(48%, 72%, 0%, 19%) |
| LAB | lab(38.9 54.2 -68.8) |
| LCH | lch(38.9 87.6 308.2) |
| OKLCH | oklch(0.497 0.213 291.9) |
Copy-ready code
/* CSS */
color: #6b3ace;
background-color: #6b3ace;
/* Tailwind (arbitrary) */
class="text-[#6b3ace] bg-[#6b3ace]"
/* SCSS */
$brand: #6b3ace;
/* SwiftUI */
Color(red: 0.420, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#6b3ace")Accessibility — WCAG contrast
Aa
#6b3ace on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b3ace on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green22.7%
Blue80.8%
CMYK percentages
Cyan48.1%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#6b3ace text on a black background
contrast 3.12:1
Card sample
#6b3ace text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b3ace;
Background color
Panel with #6b3ace background
background-color: #6b3ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b3ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b3ace; background: linear-gradient(135deg, #6b3ace, #CE3ACE);