#8024ac
a dark, vivid violet · warm · closest name: indigo
RGB
128, 36, 172
HSL
281°, 65%, 41%
CMYK
26, 79, 0, 33
Luminance
0.0883
Every format
| HEX | #8024ac |
| RGB | rgb(128, 36, 172) |
| HSL | hsl(281, 65%, 41%) |
| CMYK | cmyk(26%, 79%, 0%, 33%) |
| LAB | lab(35.6 58.9 -54.0) |
| LCH | lch(35.6 79.9 317.5) |
| OKLCH | oklch(0.472 0.205 311.6) |
Copy-ready code
/* CSS */
color: #8024ac;
background-color: #8024ac;
/* Tailwind (arbitrary) */
class="text-[#8024ac] bg-[#8024ac]"
/* SCSS */
$brand: #8024ac;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.675)
/* Android */
Color.parseColor("#8024ac")Accessibility — WCAG contrast
Aa
#8024ac on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8024ac on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue67.5%
CMYK percentages
Cyan25.6%
Magenta79.1%
Yellow0.0%
Key (black)32.5%
Color previews
#8024ac text on a black background
contrast 2.77:1
Card sample
#8024ac text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8024ac;
Background color
Panel with #8024ac background
background-color: #8024ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8024ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8024ac; background: linear-gradient(135deg, #8024ac, #AC247D);