#8033cd
a balanced, vivid violet · warm · closest name: indigo
RGB
128, 51, 205
HSL
270°, 61%, 50%
CMYK
38, 75, 0, 20
Luminance
0.1136
Every format
| HEX | #8033cd |
| RGB | rgb(128, 51, 205) |
| HSL | hsl(270, 61%, 50%) |
| CMYK | cmyk(38%, 75%, 0%, 20%) |
| LAB | lab(40.2 60.6 -66.0) |
| LCH | lch(40.2 89.6 312.5) |
| OKLCH | oklch(0.512 0.221 301.6) |
Copy-ready code
/* CSS */
color: #8033cd;
background-color: #8033cd;
/* Tailwind (arbitrary) */
class="text-[#8033cd] bg-[#8033cd]"
/* SCSS */
$brand: #8033cd;
/* SwiftUI */
Color(red: 0.502, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#8033cd")Accessibility — WCAG contrast
Aa
#8033cd on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8033cd on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green20.0%
Blue80.4%
CMYK percentages
Cyan37.6%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#8033cd text on a black background
contrast 3.27:1
Card sample
#8033cd text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8033cd;
Background color
Panel with #8033cd background
background-color: #8033cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8033cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8033cd; background: linear-gradient(135deg, #8033cd, #CD33B3);