#882cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
136, 44, 223
HSL
271°, 74%, 52%
CMYK
39, 80, 0, 13
Luminance
0.1236
Every format
| HEX | #882cdf |
| RGB | rgb(136, 44, 223) |
| HSL | hsl(271, 74%, 52%) |
| CMYK | cmyk(39%, 80%, 0%, 13%) |
| LAB | lab(41.8 68.6 -73.7) |
| LCH | lch(41.8 100.7 312.9) |
| OKLCH | oklch(0.530 0.246 301.2) |
Copy-ready code
/* CSS */
color: #882cdf;
background-color: #882cdf;
/* Tailwind (arbitrary) */
class="text-[#882cdf] bg-[#882cdf]"
/* SCSS */
$brand: #882cdf;
/* SwiftUI */
Color(red: 0.533, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#882cdf")Accessibility — WCAG contrast
Aa
#882cdf on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#882cdf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#882cdf text on a black background
contrast 3.47:1
Card sample
#882cdf text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882cdf;
Background color
Panel with #882cdf background
background-color: #882cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882cdf; background: linear-gradient(135deg, #882cdf, #DF2CBF);