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