#88116c
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 108
HSL
314°, 78%, 30%
CMYK
0, 88, 21, 47
Luminance
0.0672
Every format
| HEX | #88116c |
| RGB | rgb(136, 17, 108) |
| HSL | hsl(314, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 21%, 47%) |
| LAB | lab(31.2 54.8 -21.5) |
| LCH | lch(31.2 58.8 338.6) |
| OKLCH | oklch(0.430 0.174 340.5) |
Copy-ready code
/* CSS */
color: #88116c;
background-color: #88116c;
/* Tailwind (arbitrary) */
class="text-[#88116c] bg-[#88116c]"
/* SCSS */
$brand: #88116c;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.424)
/* Android */
Color.parseColor("#88116c")Accessibility — WCAG contrast
Aa
#88116c on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#88116c on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow20.6%
Key (black)46.7%
Color previews
#88116c text on a black background
contrast 2.34:1
Card sample
#88116c text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88116c;
Background color
Panel with #88116c background
background-color: #88116c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88116c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88116c; background: linear-gradient(135deg, #88116c, #88111D);