#883ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
136, 60, 204
HSL
272°, 59%, 52%
CMYK
33, 71, 0, 20
Luminance
0.1283
Every format
| HEX | #883ccc |
| RGB | rgb(136, 60, 204) |
| HSL | hsl(272, 59%, 52%) |
| CMYK | cmyk(33%, 71%, 0%, 20%) |
| LAB | lab(42.5 57.9 -61.6) |
| LCH | lch(42.5 84.6 313.2) |
| OKLCH | oklch(0.530 0.212 304.1) |
Copy-ready code
/* CSS */
color: #883ccc;
background-color: #883ccc;
/* Tailwind (arbitrary) */
class="text-[#883ccc] bg-[#883ccc]"
/* SCSS */
$brand: #883ccc;
/* SwiftUI */
Color(red: 0.533, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#883ccc")Accessibility — WCAG contrast
Aa
#883ccc on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#883ccc on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green23.5%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#883ccc text on a black background
contrast 3.57:1
Card sample
#883ccc text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883ccc;
Background color
Panel with #883ccc background
background-color: #883ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883ccc; background: linear-gradient(135deg, #883ccc, #CC3CB0);