#88198b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 25, 139
HSL
298°, 70%, 32%
CMYK
2, 82, 0, 46
Luminance
0.0779
Every format
| HEX | #88198b |
| RGB | rgb(136, 25, 139) |
| HSL | hsl(298, 70%, 32%) |
| CMYK | cmyk(2%, 82%, 0%, 46%) |
| LAB | lab(33.5 57.6 -37.2) |
| LCH | lch(33.5 68.6 327.1) |
| OKLCH | oklch(0.453 0.190 327.0) |
Copy-ready code
/* CSS */
color: #88198b;
background-color: #88198b;
/* Tailwind (arbitrary) */
class="text-[#88198b] bg-[#88198b]"
/* SCSS */
$brand: #88198b;
/* SwiftUI */
Color(red: 0.533, green: 0.098, blue: 0.545)
/* Android */
Color.parseColor("#88198b")Accessibility — WCAG contrast
Aa
#88198b on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#88198b on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green9.8%
Blue54.5%
CMYK percentages
Cyan2.2%
Magenta82.0%
Yellow0.0%
Key (black)45.5%
Color previews
#88198b text on a black background
contrast 2.56:1
Card sample
#88198b text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88198b;
Background color
Panel with #88198b background
background-color: #88198b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88198b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 25, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 25, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88198b; background: linear-gradient(135deg, #88198b, #8B1942);