#6c2ecf
a balanced, vivid violet · warm · closest name: indigo
RGB
108, 46, 207
HSL
263°, 64%, 50%
CMYK
48, 78, 0, 19
Luminance
0.0965
Every format
| HEX | #6c2ecf |
| RGB | rgb(108, 46, 207) |
| HSL | hsl(263, 64%, 50%) |
| CMYK | cmyk(48%, 78%, 0%, 19%) |
| LAB | lab(37.2 60.0 -72.2) |
| LCH | lch(37.2 93.9 309.8) |
| OKLCH | oklch(0.486 0.226 293.6) |
Copy-ready code
/* CSS */
color: #6c2ecf;
background-color: #6c2ecf;
/* Tailwind (arbitrary) */
class="text-[#6c2ecf] bg-[#6c2ecf]"
/* SCSS */
$brand: #6c2ecf;
/* SwiftUI */
Color(red: 0.424, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#6c2ecf")Accessibility — WCAG contrast
Aa
#6c2ecf on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c2ecf on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green18.0%
Blue81.2%
CMYK percentages
Cyan47.8%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#6c2ecf text on a black background
contrast 2.93:1
Card sample
#6c2ecf text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c2ecf;
Background color
Panel with #6c2ecf background
background-color: #6c2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c2ecf; background: linear-gradient(135deg, #6c2ecf, #CF2EC7);