#8132af
a dark, vivid violet · warm · closest name: indigo
RGB
129, 50, 175
HSL
278°, 56%, 44%
CMYK
26, 71, 0, 31
Luminance
0.1004
Every format
| HEX | #8132af |
| RGB | rgb(129, 50, 175) |
| HSL | hsl(278, 56%, 44%) |
| CMYK | cmyk(26%, 71%, 0%, 31%) |
| LAB | lab(37.9 54.3 -52.1) |
| LCH | lch(37.9 75.3 316.2) |
| OKLCH | oklch(0.489 0.193 310.0) |
Copy-ready code
/* CSS */
color: #8132af;
background-color: #8132af;
/* Tailwind (arbitrary) */
class="text-[#8132af] bg-[#8132af]"
/* SCSS */
$brand: #8132af;
/* SwiftUI */
Color(red: 0.506, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#8132af")Accessibility — WCAG contrast
Aa
#8132af on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8132af on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green19.6%
Blue68.6%
CMYK percentages
Cyan26.3%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#8132af text on a black background
contrast 3.01:1
Card sample
#8132af text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8132af;
Background color
Panel with #8132af background
background-color: #8132af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8132af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8132af; background: linear-gradient(135deg, #8132af, #AF328A);