#8134ad
a dark, vivid violet · warm · closest name: purple
RGB
129, 52, 173
HSL
278°, 54%, 44%
CMYK
25, 70, 0, 32
Luminance
0.1014
Every format
| HEX | #8134ad |
| RGB | rgb(129, 52, 173) |
| HSL | hsl(278, 54%, 44%) |
| CMYK | cmyk(25%, 70%, 0%, 32%) |
| LAB | lab(38.1 53.0 -50.6) |
| LCH | lch(38.1 73.3 316.3) |
| OKLCH | oklch(0.490 0.188 310.4) |
Copy-ready code
/* CSS */
color: #8134ad;
background-color: #8134ad;
/* Tailwind (arbitrary) */
class="text-[#8134ad] bg-[#8134ad]"
/* SCSS */
$brand: #8134ad;
/* SwiftUI */
Color(red: 0.506, green: 0.204, blue: 0.678)
/* Android */
Color.parseColor("#8134ad")Accessibility — WCAG contrast
Aa
#8134ad on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8134ad on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green20.4%
Blue67.8%
CMYK percentages
Cyan25.4%
Magenta69.9%
Yellow0.0%
Key (black)32.2%
Color previews
#8134ad text on a black background
contrast 3.03:1
Card sample
#8134ad text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8134ad;
Background color
Panel with #8134ad background
background-color: #8134ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8134ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 52, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 52, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8134ad; background: linear-gradient(135deg, #8134ad, #AD3488);