#882266
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 34, 102
HSL
320°, 60%, 33%
CMYK
0, 75, 25, 47
Luminance
0.0734
Every format
| HEX | #882266 |
| RGB | rgb(136, 34, 102) |
| HSL | hsl(320, 60%, 33%) |
| CMYK | cmyk(0%, 75%, 25%, 47%) |
| LAB | lab(32.6 49.1 -15.5) |
| LCH | lch(32.6 51.5 342.5) |
| OKLCH | oklch(0.439 0.154 344.5) |
Copy-ready code
/* CSS */
color: #882266;
background-color: #882266;
/* Tailwind (arbitrary) */
class="text-[#882266] bg-[#882266]"
/* SCSS */
$brand: #882266;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#882266")Accessibility — WCAG contrast
Aa
#882266 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#882266 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow25.0%
Key (black)46.7%
Color previews
#882266 text on a black background
contrast 2.47:1
Card sample
#882266 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882266;
Background color
Panel with #882266 background
background-color: #882266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882266; background: linear-gradient(135deg, #882266, #882222);