#6c2cdb
a balanced, vivid violet · warm · closest name: indigo
RGB
108, 44, 219
HSL
262°, 71%, 52%
CMYK
51, 80, 0, 14
Luminance
0.1010
Every format
| HEX | #6c2cdb |
| RGB | rgb(108, 44, 219) |
| HSL | hsl(262, 71%, 52%) |
| CMYK | cmyk(51%, 80%, 0%, 14%) |
| LAB | lab(38.0 63.9 -77.7) |
| LCH | lch(38.0 100.6 309.4) |
| OKLCH | oklch(0.495 0.240 291.5) |
Copy-ready code
/* CSS */
color: #6c2cdb;
background-color: #6c2cdb;
/* Tailwind (arbitrary) */
class="text-[#6c2cdb] bg-[#6c2cdb]"
/* SCSS */
$brand: #6c2cdb;
/* SwiftUI */
Color(red: 0.424, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#6c2cdb")Accessibility — WCAG contrast
Aa
#6c2cdb on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c2cdb on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green17.3%
Blue85.9%
CMYK percentages
Cyan50.7%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#6c2cdb text on a black background
contrast 3.02:1
Card sample
#6c2cdb text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c2cdb;
Background color
Panel with #6c2cdb background
background-color: #6c2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c2cdb; background: linear-gradient(135deg, #6c2cdb, #DB2CD6);