#823cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 60, 223
HSL
266°, 72%, 56%
CMYK
42, 73, 0, 13
Luminance
0.1331
Every format
| HEX | #823cdf |
| RGB | rgb(130, 60, 223) |
| HSL | hsl(266, 72%, 56%) |
| CMYK | cmyk(42%, 73%, 0%, 13%) |
| LAB | lab(43.2 61.4 -71.4) |
| LCH | lch(43.2 94.2 310.7) |
| OKLCH | oklch(0.538 0.230 297.6) |
Copy-ready code
/* CSS */
color: #823cdf;
background-color: #823cdf;
/* Tailwind (arbitrary) */
class="text-[#823cdf] bg-[#823cdf]"
/* SCSS */
$brand: #823cdf;
/* SwiftUI */
Color(red: 0.510, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#823cdf")Accessibility — WCAG contrast
Aa
#823cdf on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#823cdf on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green23.5%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#823cdf text on a black background
contrast 3.66:1
Card sample
#823cdf text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #823cdf;
Background color
Panel with #823cdf background
background-color: #823cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #823cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #823cdf; background: linear-gradient(135deg, #823cdf, #DF3CCF);