#882ce4
a balanced, electric violet · warm · closest name: blue
RGB
136, 44, 228
HSL
270°, 77%, 53%
CMYK
40, 81, 0, 11
Luminance
0.1264
Every format
| HEX | #882ce4 |
| RGB | rgb(136, 44, 228) |
| HSL | hsl(270, 77%, 53%) |
| CMYK | cmyk(40%, 81%, 0%, 11%) |
| LAB | lab(42.2 69.7 -75.9) |
| LCH | lch(42.2 103.0 312.6) |
| OKLCH | oklch(0.534 0.251 300.2) |
Copy-ready code
/* CSS */
color: #882ce4;
background-color: #882ce4;
/* Tailwind (arbitrary) */
class="text-[#882ce4] bg-[#882ce4]"
/* SCSS */
$brand: #882ce4;
/* SwiftUI */
Color(red: 0.533, green: 0.173, blue: 0.894)
/* Android */
Color.parseColor("#882ce4")Accessibility — WCAG contrast
Aa
#882ce4 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#882ce4 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green17.3%
Blue89.4%
CMYK percentages
Cyan40.4%
Magenta80.7%
Yellow0.0%
Key (black)10.6%
Color previews
#882ce4 text on a black background
contrast 3.53:1
Card sample
#882ce4 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882ce4;
Background color
Panel with #882ce4 background
background-color: #882ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 44, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 44, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882ce4; background: linear-gradient(135deg, #882ce4, #E42CC5);