#834ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 74, 222
HSL
263°, 69%, 58%
CMYK
41, 67, 0, 13
Luminance
0.1500
Every format
| HEX | #834ade |
| RGB | rgb(131, 74, 222) |
| HSL | hsl(263, 69%, 58%) |
| CMYK | cmyk(41%, 67%, 0%, 13%) |
| LAB | lab(45.6 54.7 -66.9) |
| LCH | lch(45.6 86.4 309.3) |
| OKLCH | oklch(0.555 0.213 296.4) |
Copy-ready code
/* CSS */
color: #834ade;
background-color: #834ade;
/* Tailwind (arbitrary) */
class="text-[#834ade] bg-[#834ade]"
/* SCSS */
$brand: #834ade;
/* SwiftUI */
Color(red: 0.514, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#834ade")Accessibility — WCAG contrast
Aa
#834ade on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#834ade on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green29.0%
Blue87.1%
CMYK percentages
Cyan41.0%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#834ade text on a black background
contrast 4.00:1
Card sample
#834ade text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #834ade;
Background color
Panel with #834ade background
background-color: #834ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #834ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #834ade; background: linear-gradient(135deg, #834ade, #DE4AD6);