#6e2acb
a balanced, vivid violet · warm · closest name: indigo
RGB
110, 42, 203
HSL
265°, 66%, 48%
CMYK
46, 79, 0, 20
Luminance
0.0928
Every format
| HEX | #6e2acb |
| RGB | rgb(110, 42, 203) |
| HSL | hsl(265, 66%, 48%) |
| CMYK | cmyk(46%, 79%, 0%, 20%) |
| LAB | lab(36.5 60.9 -70.9) |
| LCH | lch(36.5 93.5 310.7) |
| OKLCH | oklch(0.481 0.226 295.6) |
Copy-ready code
/* CSS */
color: #6e2acb;
background-color: #6e2acb;
/* Tailwind (arbitrary) */
class="text-[#6e2acb] bg-[#6e2acb]"
/* SCSS */
$brand: #6e2acb;
/* SwiftUI */
Color(red: 0.431, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#6e2acb")Accessibility — WCAG contrast
Aa
#6e2acb on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6e2acb on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green16.5%
Blue79.6%
CMYK percentages
Cyan45.8%
Magenta79.3%
Yellow0.0%
Key (black)20.4%
Color previews
#6e2acb text on a black background
contrast 2.86:1
Card sample
#6e2acb text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e2acb;
Background color
Panel with #6e2acb background
background-color: #6e2acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e2acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e2acb; background: linear-gradient(135deg, #6e2acb, #CB2ABD);