#880088
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 0, 136
HSL
300°, 100%, 27%
CMYK
0, 100, 0, 47
Luminance
0.0701
Every format
| HEX | #880088 |
| RGB | rgb(136, 0, 136) |
| HSL | hsl(300, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 0%, 47%) |
| LAB | lab(31.8 61.6 -38.1) |
| LCH | lch(31.8 72.4 328.2) |
| OKLCH | oklch(0.440 0.202 328.4) |
Copy-ready code
/* CSS */
color: #880088;
background-color: #880088;
/* Tailwind (arbitrary) */
class="text-[#880088] bg-[#880088]"
/* SCSS */
$brand: #880088;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#880088")Accessibility — WCAG contrast
Aa
#880088 on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880088 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#880088 text on a black background
contrast 2.40:1
Card sample
#880088 text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880088;
Background color
Panel with #880088 background
background-color: #880088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880088; background: linear-gradient(135deg, #880088, #88002D);