#883399
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 51, 153
HSL
290°, 50%, 40%
CMYK
11, 67, 0, 40
Luminance
0.0990
Every format
| HEX | #883399 |
| RGB | rgb(136, 51, 153) |
| HSL | hsl(290, 50%, 40%) |
| CMYK | cmyk(11%, 67%, 0%, 40%) |
| LAB | lab(37.7 50.9 -39.2) |
| LCH | lch(37.7 64.2 322.3) |
| OKLCH | oklch(0.485 0.172 320.6) |
Copy-ready code
/* CSS */
color: #883399;
background-color: #883399;
/* Tailwind (arbitrary) */
class="text-[#883399] bg-[#883399]"
/* SCSS */
$brand: #883399;
/* SwiftUI */
Color(red: 0.533, green: 0.200, blue: 0.600)
/* Android */
Color.parseColor("#883399")Accessibility — WCAG contrast
Aa
#883399 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883399 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green20.0%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta66.7%
Yellow0.0%
Key (black)40.0%
Color previews
#883399 text on a black background
contrast 2.98:1
Card sample
#883399 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883399;
Background color
Panel with #883399 background
background-color: #883399;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883399;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 51, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 51, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883399; background: linear-gradient(135deg, #883399, #993366);