#802ad5
a balanced, vivid violet · warm · closest name: indigo
RGB
128, 42, 213
HSL
270°, 67%, 50%
CMYK
40, 80, 0, 17
Luminance
0.1105
Every format
| HEX | #802ad5 |
| RGB | rgb(128, 42, 213) |
| HSL | hsl(270, 67%, 50%) |
| CMYK | cmyk(40%, 80%, 0%, 17%) |
| LAB | lab(39.7 65.8 -71.5) |
| LCH | lch(39.7 97.2 312.6) |
| OKLCH | oklch(0.510 0.237 300.6) |
Copy-ready code
/* CSS */
color: #802ad5;
background-color: #802ad5;
/* Tailwind (arbitrary) */
class="text-[#802ad5] bg-[#802ad5]"
/* SCSS */
$brand: #802ad5;
/* SwiftUI */
Color(red: 0.502, green: 0.165, blue: 0.835)
/* Android */
Color.parseColor("#802ad5")Accessibility — WCAG contrast
Aa
#802ad5 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802ad5 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green16.5%
Blue83.5%
CMYK percentages
Cyan39.9%
Magenta80.3%
Yellow0.0%
Key (black)16.5%
Color previews
#802ad5 text on a black background
contrast 3.21:1
Card sample
#802ad5 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802ad5;
Background color
Panel with #802ad5 background
background-color: #802ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 42, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 42, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802ad5; background: linear-gradient(135deg, #802ad5, #D52AB8);