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