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