#8a2abf
a balanced, vivid violet · warm · closest name: indigo
RGB
138, 42, 191
HSL
279°, 64%, 46%
CMYK
28, 78, 0, 25
Luminance
0.1082
Every format
| HEX | #8a2abf |
| RGB | rgb(138, 42, 191) |
| HSL | hsl(279, 64%, 46%) |
| CMYK | cmyk(28%, 78%, 0%, 25%) |
| LAB | lab(39.3 62.6 -59.3) |
| LCH | lch(39.3 86.2 316.6) |
| OKLCH | oklch(0.505 0.219 309.8) |
Copy-ready code
/* CSS */
color: #8a2abf;
background-color: #8a2abf;
/* Tailwind (arbitrary) */
class="text-[#8a2abf] bg-[#8a2abf]"
/* SCSS */
$brand: #8a2abf;
/* SwiftUI */
Color(red: 0.541, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#8a2abf")Accessibility — WCAG contrast
Aa
#8a2abf on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a2abf on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green16.5%
Blue74.9%
CMYK percentages
Cyan27.7%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#8a2abf text on a black background
contrast 3.16:1
Card sample
#8a2abf text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a2abf;
Background color
Panel with #8a2abf background
background-color: #8a2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a2abf; background: linear-gradient(135deg, #8a2abf, #BF2A91);