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