#884cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
136, 76, 211
HSL
267°, 61%, 56%
CMYK
36, 64, 0, 17
Luminance
0.1511
Every format
| HEX | #884cd3 |
| RGB | rgb(136, 76, 211) |
| HSL | hsl(267, 61%, 56%) |
| CMYK | cmyk(36%, 64%, 0%, 17%) |
| LAB | lab(45.8 51.9 -60.4) |
| LCH | lch(45.8 79.6 310.7) |
| OKLCH | oklch(0.555 0.199 300.4) |
Copy-ready code
/* CSS */
color: #884cd3;
background-color: #884cd3;
/* Tailwind (arbitrary) */
class="text-[#884cd3] bg-[#884cd3]"
/* SCSS */
$brand: #884cd3;
/* SwiftUI */
Color(red: 0.533, green: 0.298, blue: 0.827)
/* Android */
Color.parseColor("#884cd3")Accessibility — WCAG contrast
Aa
#884cd3 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#884cd3 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green29.8%
Blue82.7%
CMYK percentages
Cyan35.5%
Magenta64.0%
Yellow0.0%
Key (black)17.3%
Color previews
#884cd3 text on a black background
contrast 4.02:1
Card sample
#884cd3 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884cd3;
Background color
Panel with #884cd3 background
background-color: #884cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 76, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 76, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884cd3; background: linear-gradient(135deg, #884cd3, #D34CC4);