#8a2abb
a dark, vivid violet · warm · closest name: indigo
RGB
138, 42, 187
HSL
280°, 63%, 45%
CMYK
26, 78, 0, 27
Luminance
0.1065
Every format
| HEX | #8a2abb |
| RGB | rgb(138, 42, 187) |
| HSL | hsl(280, 63%, 45%) |
| CMYK | cmyk(26%, 78%, 0%, 27%) |
| LAB | lab(39.0 61.8 -57.4) |
| LCH | lch(39.0 84.3 317.1) |
| OKLCH | oklch(0.502 0.215 310.9) |
Copy-ready code
/* CSS */
color: #8a2abb;
background-color: #8a2abb;
/* Tailwind (arbitrary) */
class="text-[#8a2abb] bg-[#8a2abb]"
/* SCSS */
$brand: #8a2abb;
/* SwiftUI */
Color(red: 0.541, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#8a2abb")Accessibility — WCAG contrast
Aa
#8a2abb on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a2abb on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green16.5%
Blue73.3%
CMYK percentages
Cyan26.2%
Magenta77.5%
Yellow0.0%
Key (black)26.7%
Color previews
#8a2abb text on a black background
contrast 3.13:1
Card sample
#8a2abb text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a2abb;
Background color
Panel with #8a2abb background
background-color: #8a2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a2abb; background: linear-gradient(135deg, #8a2abb, #BB2A8B);