#8833cc
a balanced, vivid violet · warm · closest name: indigo
RGB
136, 51, 204
HSL
273°, 60%, 50%
CMYK
33, 75, 0, 20
Luminance
0.1196
Every format
| HEX | #8833cc |
| RGB | rgb(136, 51, 204) |
| HSL | hsl(273, 60%, 50%) |
| CMYK | cmyk(33%, 75%, 0%, 20%) |
| LAB | lab(41.2 61.7 -63.8) |
| LCH | lch(41.2 88.8 314.0) |
| OKLCH | oklch(0.520 0.222 305.0) |
Copy-ready code
/* CSS */
color: #8833cc;
background-color: #8833cc;
/* Tailwind (arbitrary) */
class="text-[#8833cc] bg-[#8833cc]"
/* SCSS */
$brand: #8833cc;
/* SwiftUI */
Color(red: 0.533, green: 0.200, blue: 0.800)
/* Android */
Color.parseColor("#8833cc")Accessibility — WCAG contrast
Aa
#8833cc on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8833cc on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green20.0%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta75.0%
Yellow0.0%
Key (black)20.0%
Color previews
#8833cc text on a black background
contrast 3.39:1
Card sample
#8833cc text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8833cc;
Background color
Panel with #8833cc background
background-color: #8833cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8833cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 51, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 51, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8833cc; background: linear-gradient(135deg, #8833cc, #CC33AA);