#880099
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 0, 153
HSL
293°, 100%, 30%
CMYK
11, 100, 0, 40
Luminance
0.0753
Every format
| HEX | #880099 |
| RGB | rgb(136, 0, 153) |
| HSL | hsl(293, 100%, 30%) |
| CMYK | cmyk(11%, 100%, 0%, 40%) |
| LAB | lab(33.0 64.3 -46.7) |
| LCH | lch(33.0 79.5 324.0) |
| OKLCH | oklch(0.452 0.214 322.2) |
Copy-ready code
/* CSS */
color: #880099;
background-color: #880099;
/* Tailwind (arbitrary) */
class="text-[#880099] bg-[#880099]"
/* SCSS */
$brand: #880099;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#880099")Accessibility — WCAG contrast
Aa
#880099 on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880099 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#880099 text on a black background
contrast 2.51:1
Card sample
#880099 text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880099;
Background color
Panel with #880099 background
background-color: #880099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880099; background: linear-gradient(135deg, #880099, #990044);