#8232c2
a balanced, vivid violet · warm · closest name: indigo
RGB
130, 50, 194
HSL
273°, 59%, 48%
CMYK
33, 74, 0, 24
Luminance
0.1092
Every format
| HEX | #8232c2 |
| RGB | rgb(130, 50, 194) |
| HSL | hsl(273, 59%, 48%) |
| CMYK | cmyk(33%, 74%, 0%, 24%) |
| LAB | lab(39.5 58.8 -60.8) |
| LCH | lch(39.5 84.6 314.0) |
| OKLCH | oklch(0.504 0.212 305.2) |
Copy-ready code
/* CSS */
color: #8232c2;
background-color: #8232c2;
/* Tailwind (arbitrary) */
class="text-[#8232c2] bg-[#8232c2]"
/* SCSS */
$brand: #8232c2;
/* SwiftUI */
Color(red: 0.510, green: 0.196, blue: 0.761)
/* Android */
Color.parseColor("#8232c2")Accessibility — WCAG contrast
Aa
#8232c2 on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8232c2 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green19.6%
Blue76.1%
CMYK percentages
Cyan33.0%
Magenta74.2%
Yellow0.0%
Key (black)23.9%
Color previews
#8232c2 text on a black background
contrast 3.18:1
Card sample
#8232c2 text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8232c2;
Background color
Panel with #8232c2 background
background-color: #8232c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8232c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 50, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 50, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8232c2; background: linear-gradient(135deg, #8232c2, #C232A2);