#6c0eb0
a dark, electric violet · warm · closest name: indigo
RGB
108, 14, 176
HSL
275°, 85%, 37%
CMYK
39, 92, 0, 31
Luminance
0.0664
Every format
| HEX | #6c0eb0 |
| RGB | rgb(108, 14, 176) |
| HSL | hsl(275, 85%, 37%) |
| CMYK | cmyk(39%, 92%, 0%, 31%) |
| LAB | lab(31.0 62.7 -64.2) |
| LCH | lch(31.0 89.7 314.4) |
| OKLCH | oklch(0.434 0.219 303.2) |
Copy-ready code
/* CSS */
color: #6c0eb0;
background-color: #6c0eb0;
/* Tailwind (arbitrary) */
class="text-[#6c0eb0] bg-[#6c0eb0]"
/* SCSS */
$brand: #6c0eb0;
/* SwiftUI */
Color(red: 0.424, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#6c0eb0")Accessibility — WCAG contrast
Aa
#6c0eb0 on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c0eb0 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green5.5%
Blue69.0%
CMYK percentages
Cyan38.6%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#6c0eb0 text on a black background
contrast 2.33:1
Card sample
#6c0eb0 text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c0eb0;
Background color
Panel with #6c0eb0 background
background-color: #6c0eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c0eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c0eb0; background: linear-gradient(135deg, #6c0eb0, #B00E88);