#8024ad
a dark, vivid violet · warm · closest name: indigo
RGB
128, 36, 173
HSL
280°, 66%, 41%
CMYK
26, 79, 0, 32
Luminance
0.0887
Every format
| HEX | #8024ad |
| RGB | rgb(128, 36, 173) |
| HSL | hsl(280, 66%, 41%) |
| CMYK | cmyk(26%, 79%, 0%, 32%) |
| LAB | lab(35.7 59.1 -54.5) |
| LCH | lch(35.7 80.4 317.4) |
| OKLCH | oklch(0.473 0.205 311.3) |
Copy-ready code
/* CSS */
color: #8024ad;
background-color: #8024ad;
/* Tailwind (arbitrary) */
class="text-[#8024ad] bg-[#8024ad]"
/* SCSS */
$brand: #8024ad;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.678)
/* Android */
Color.parseColor("#8024ad")Accessibility — WCAG contrast
Aa
#8024ad on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8024ad on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue67.8%
CMYK percentages
Cyan26.0%
Magenta79.2%
Yellow0.0%
Key (black)32.2%
Color previews
#8024ad text on a black background
contrast 2.77:1
Card sample
#8024ad text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8024ad;
Background color
Panel with #8024ad background
background-color: #8024ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8024ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8024ad; background: linear-gradient(135deg, #8024ad, #AD247F);