#824cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 76, 219
HSL
263°, 67%, 58%
CMYK
41, 65, 0, 14
Luminance
0.1503
Every format
| HEX | #824cdb |
| RGB | rgb(130, 76, 219) |
| HSL | hsl(263, 67%, 58%) |
| CMYK | cmyk(41%, 65%, 0%, 14%) |
| LAB | lab(45.7 52.7 -65.1) |
| LCH | lch(45.7 83.8 309.0) |
| OKLCH | oklch(0.555 0.207 296.3) |
Copy-ready code
/* CSS */
color: #824cdb;
background-color: #824cdb;
/* Tailwind (arbitrary) */
class="text-[#824cdb] bg-[#824cdb]"
/* SCSS */
$brand: #824cdb;
/* SwiftUI */
Color(red: 0.510, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#824cdb")Accessibility — WCAG contrast
Aa
#824cdb on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#824cdb on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green29.8%
Blue85.9%
CMYK percentages
Cyan40.6%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#824cdb text on a black background
contrast 4.01:1
Card sample
#824cdb text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #824cdb;
Background color
Panel with #824cdb background
background-color: #824cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #824cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #824cdb; background: linear-gradient(135deg, #824cdb, #DB4CD5);