#882299
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 34, 153
HSL
291°, 64%, 37%
CMYK
11, 78, 0, 40
Luminance
0.0868
Every format
| HEX | #882299 |
| RGB | rgb(136, 34, 153) |
| HSL | hsl(291, 64%, 37%) |
| CMYK | cmyk(11%, 78%, 0%, 40%) |
| LAB | lab(35.4 57.4 -42.9) |
| LCH | lch(35.4 71.7 323.2) |
| OKLCH | oklch(0.468 0.193 321.4) |
Copy-ready code
/* CSS */
color: #882299;
background-color: #882299;
/* Tailwind (arbitrary) */
class="text-[#882299] bg-[#882299]"
/* SCSS */
$brand: #882299;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#882299")Accessibility — WCAG contrast
Aa
#882299 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#882299 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#882299 text on a black background
contrast 2.74:1
Card sample
#882299 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882299;
Background color
Panel with #882299 background
background-color: #882299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882299; background: linear-gradient(135deg, #882299, #99225B);