#88117a
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 122
HSL
307°, 78%, 30%
CMYK
0, 88, 10, 47
Luminance
0.0704
Every format
| HEX | #88117a |
| RGB | rgb(136, 17, 122) |
| HSL | hsl(307, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 10%, 47%) |
| LAB | lab(31.9 56.8 -29.3) |
| LCH | lch(31.9 63.8 332.7) |
| OKLCH | oklch(0.438 0.183 334.1) |
Copy-ready code
/* CSS */
color: #88117a;
background-color: #88117a;
/* Tailwind (arbitrary) */
class="text-[#88117a] bg-[#88117a]"
/* SCSS */
$brand: #88117a;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.478)
/* Android */
Color.parseColor("#88117a")Accessibility — WCAG contrast
Aa
#88117a on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#88117a on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow10.3%
Key (black)46.7%
Color previews
#88117a text on a black background
contrast 2.41:1
Card sample
#88117a text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88117a;
Background color
Panel with #88117a background
background-color: #88117a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88117a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88117a; background: linear-gradient(135deg, #88117a, #88112B);