#824fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 79, 223
HSL
261°, 69%, 59%
CMYK
42, 65, 0, 13
Luminance
0.1567
Every format
| HEX | #824fdf |
| RGB | rgb(130, 79, 223) |
| HSL | hsl(261, 69%, 59%) |
| CMYK | cmyk(42%, 65%, 0%, 13%) |
| LAB | lab(46.5 52.2 -66.0) |
| LCH | lch(46.5 84.1 308.3) |
| OKLCH | oklch(0.562 0.208 295.1) |
Copy-ready code
/* CSS */
color: #824fdf;
background-color: #824fdf;
/* Tailwind (arbitrary) */
class="text-[#824fdf] bg-[#824fdf]"
/* SCSS */
$brand: #824fdf;
/* SwiftUI */
Color(red: 0.510, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#824fdf")Accessibility — WCAG contrast
Aa
#824fdf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#824fdf on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#824fdf text on a black background
contrast 4.13:1
Card sample
#824fdf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #824fdf;
Background color
Panel with #824fdf background
background-color: #824fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #824fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #824fdf; background: linear-gradient(135deg, #824fdf, #DF4FDC);