#6c1cdf
a balanced, electric violet · warm · closest name: blue
RGB
108, 28, 223
HSL
265°, 78%, 49%
CMYK
52, 87, 0, 13
Luminance
0.0935
Every format
| HEX | #6c1cdf |
| RGB | rgb(108, 28, 223) |
| HSL | hsl(265, 78%, 49%) |
| CMYK | cmyk(52%, 87%, 0%, 13%) |
| LAB | lab(36.6 70.1 -82.3) |
| LCH | lch(36.6 108.1 310.4) |
| OKLCH | oklch(0.487 0.255 291.9) |
Copy-ready code
/* CSS */
color: #6c1cdf;
background-color: #6c1cdf;
/* Tailwind (arbitrary) */
class="text-[#6c1cdf] bg-[#6c1cdf]"
/* SCSS */
$brand: #6c1cdf;
/* SwiftUI */
Color(red: 0.424, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#6c1cdf")Accessibility — WCAG contrast
Aa
#6c1cdf on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c1cdf on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green11.0%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6c1cdf text on a black background
contrast 2.87:1
Card sample
#6c1cdf text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c1cdf;
Background color
Panel with #6c1cdf background
background-color: #6c1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c1cdf; background: linear-gradient(135deg, #6c1cdf, #DF1CD0);