#6e2abf
a balanced, vivid violet · warm · closest name: indigo
RGB
110, 42, 191
HSL
267°, 64%, 46%
CMYK
42, 78, 0, 25
Luminance
0.0873
Every format
| HEX | #6e2abf |
| RGB | rgb(110, 42, 191) |
| HSL | hsl(267, 64%, 46%) |
| CMYK | cmyk(42%, 78%, 0%, 25%) |
| LAB | lab(35.5 58.0 -65.7) |
| LCH | lch(35.5 87.6 311.5) |
| OKLCH | oklch(0.470 0.213 298.2) |
Copy-ready code
/* CSS */
color: #6e2abf;
background-color: #6e2abf;
/* Tailwind (arbitrary) */
class="text-[#6e2abf] bg-[#6e2abf]"
/* SCSS */
$brand: #6e2abf;
/* SwiftUI */
Color(red: 0.431, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#6e2abf")Accessibility — WCAG contrast
Aa
#6e2abf on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6e2abf on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green16.5%
Blue74.9%
CMYK percentages
Cyan42.4%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#6e2abf text on a black background
contrast 2.75:1
Card sample
#6e2abf text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e2abf;
Background color
Panel with #6e2abf background
background-color: #6e2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e2abf; background: linear-gradient(135deg, #6e2abf, #BF2AAD);