#8232af
a dark, vivid violet · warm · closest name: indigo
RGB
130, 50, 175
HSL
278°, 56%, 44%
CMYK
26, 71, 0, 31
Luminance
0.1012
Every format
| HEX | #8232af |
| RGB | rgb(130, 50, 175) |
| HSL | hsl(278, 56%, 44%) |
| CMYK | cmyk(26%, 71%, 0%, 31%) |
| LAB | lab(38.1 54.5 -51.9) |
| LCH | lch(38.1 75.3 316.4) |
| OKLCH | oklch(0.490 0.193 310.4) |
Copy-ready code
/* CSS */
color: #8232af;
background-color: #8232af;
/* Tailwind (arbitrary) */
class="text-[#8232af] bg-[#8232af]"
/* SCSS */
$brand: #8232af;
/* SwiftUI */
Color(red: 0.510, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#8232af")Accessibility — WCAG contrast
Aa
#8232af on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8232af on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green19.6%
Blue68.6%
CMYK percentages
Cyan25.7%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#8232af text on a black background
contrast 3.02:1
Card sample
#8232af text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8232af;
Background color
Panel with #8232af background
background-color: #8232af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8232af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8232af; background: linear-gradient(135deg, #8232af, #AF3289);