#8024ab
a dark, vivid violet · warm · closest name: indigo
RGB
128, 36, 171
HSL
281°, 65%, 41%
CMYK
25, 79, 0, 33
Luminance
0.0879
Every format
| HEX | #8024ab |
| RGB | rgb(128, 36, 171) |
| HSL | hsl(281, 65%, 41%) |
| CMYK | cmyk(25%, 79%, 0%, 33%) |
| LAB | lab(35.6 58.7 -53.5) |
| LCH | lch(35.6 79.4 317.7) |
| OKLCH | oklch(0.471 0.204 311.9) |
Copy-ready code
/* CSS */
color: #8024ab;
background-color: #8024ab;
/* Tailwind (arbitrary) */
class="text-[#8024ab] bg-[#8024ab]"
/* SCSS */
$brand: #8024ab;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.671)
/* Android */
Color.parseColor("#8024ab")Accessibility — WCAG contrast
Aa
#8024ab on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8024ab on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue67.1%
CMYK percentages
Cyan25.1%
Magenta78.9%
Yellow0.0%
Key (black)32.9%
Color previews
#8024ab text on a black background
contrast 2.76:1
Card sample
#8024ab text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8024ab;
Background color
Panel with #8024ab background
background-color: #8024ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8024ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8024ab; background: linear-gradient(135deg, #8024ab, #AB247C);