#8733cd
a balanced, vivid violet · warm · closest name: indigo
RGB
135, 51, 205
HSL
273°, 61%, 50%
CMYK
34, 75, 0, 20
Luminance
0.1193
Every format
| HEX | #8733cd |
| RGB | rgb(135, 51, 205) |
| HSL | hsl(273, 61%, 50%) |
| CMYK | cmyk(34%, 75%, 0%, 20%) |
| LAB | lab(41.1 61.8 -64.5) |
| LCH | lch(41.1 89.3 313.8) |
| OKLCH | oklch(0.520 0.223 304.3) |
Copy-ready code
/* CSS */
color: #8733cd;
background-color: #8733cd;
/* Tailwind (arbitrary) */
class="text-[#8733cd] bg-[#8733cd]"
/* SCSS */
$brand: #8733cd;
/* SwiftUI */
Color(red: 0.529, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#8733cd")Accessibility — WCAG contrast
Aa
#8733cd on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8733cd on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green20.0%
Blue80.4%
CMYK percentages
Cyan34.1%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#8733cd text on a black background
contrast 3.39:1
Card sample
#8733cd text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8733cd;
Background color
Panel with #8733cd background
background-color: #8733cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8733cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8733cd; background: linear-gradient(135deg, #8733cd, #CD33AC);