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