#88335b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 51, 91
HSL
332°, 46%, 37%
CMYK
0, 63, 33, 47
Luminance
0.0836
Every format
| HEX | #88335b |
| RGB | rgb(136, 51, 91) |
| HSL | hsl(332, 46%, 37%) |
| CMYK | cmyk(0%, 63%, 33%, 47%) |
| LAB | lab(34.7 40.5 -5.2) |
| LCH | lch(34.7 40.8 352.7) |
| OKLCH | oklch(0.454 0.124 353.9) |
Copy-ready code
/* CSS */
color: #88335b;
background-color: #88335b;
/* Tailwind (arbitrary) */
class="text-[#88335b] bg-[#88335b]"
/* SCSS */
$brand: #88335b;
/* SwiftUI */
Color(red: 0.533, green: 0.200, blue: 0.357)
/* Android */
Color.parseColor("#88335b")Accessibility — WCAG contrast
Aa
#88335b on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#88335b on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green20.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow33.1%
Key (black)46.7%
Color previews
#88335b text on a black background
contrast 2.67:1
Card sample
#88335b text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88335b;
Background color
Panel with #88335b background
background-color: #88335b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88335b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 51, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 51, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88335b; background: linear-gradient(135deg, #88335b, #884433);