#882277
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 34, 119
HSL
310°, 60%, 33%
CMYK
0, 75, 13, 47
Luminance
0.0771
Every format
| HEX | #882277 |
| RGB | rgb(136, 34, 119) |
| HSL | hsl(310, 60%, 33%) |
| CMYK | cmyk(0%, 75%, 13%, 47%) |
| LAB | lab(33.4 51.6 -25.0) |
| LCH | lch(33.4 57.3 334.1) |
| OKLCH | oklch(0.448 0.166 335.6) |
Copy-ready code
/* CSS */
color: #882277;
background-color: #882277;
/* Tailwind (arbitrary) */
class="text-[#882277] bg-[#882277]"
/* SCSS */
$brand: #882277;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#882277")Accessibility — WCAG contrast
Aa
#882277 on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#882277 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow12.5%
Key (black)46.7%
Color previews
#882277 text on a black background
contrast 2.54:1
Card sample
#882277 text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882277;
Background color
Panel with #882277 background
background-color: #882277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882277; background: linear-gradient(135deg, #882277, #882233);