#823ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
130, 60, 204
HSL
269°, 59%, 52%
CMYK
36, 71, 0, 20
Luminance
0.1234
Every format
| HEX | #823ccc |
| RGB | rgb(130, 60, 204) |
| HSL | hsl(269, 59%, 52%) |
| CMYK | cmyk(36%, 71%, 0%, 20%) |
| LAB | lab(41.8 56.8 -62.9) |
| LCH | lch(41.8 84.7 312.1) |
| OKLCH | oklch(0.523 0.210 301.6) |
Copy-ready code
/* CSS */
color: #823ccc;
background-color: #823ccc;
/* Tailwind (arbitrary) */
class="text-[#823ccc] bg-[#823ccc]"
/* SCSS */
$brand: #823ccc;
/* SwiftUI */
Color(red: 0.510, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#823ccc")Accessibility — WCAG contrast
Aa
#823ccc on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#823ccc on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green23.5%
Blue80.0%
CMYK percentages
Cyan36.3%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#823ccc text on a black background
contrast 3.47:1
Card sample
#823ccc text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #823ccc;
Background color
Panel with #823ccc background
background-color: #823ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #823ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #823ccc; background: linear-gradient(135deg, #823ccc, #CC3CB6);