#990077
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 0, 119
HSL
313°, 100%, 30%
CMYK
0, 100, 22, 40
Luminance
0.0810
Every format
| HEX | #990077 |
| RGB | rgb(153, 0, 119) |
| HSL | hsl(313, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 22%, 40%) |
| LAB | lab(34.2 62.4 -23.5) |
| LCH | lch(34.2 66.6 339.3) |
| OKLCH | oklch(0.459 0.198 341.3) |
Copy-ready code
/* CSS */
color: #990077;
background-color: #990077;
/* Tailwind (arbitrary) */
class="text-[#990077] bg-[#990077]"
/* SCSS */
$brand: #990077;
/* SwiftUI */
Color(red: 0.600, green: 0.000, blue: 0.467)
/* Android */
Color.parseColor("#990077")Accessibility — WCAG contrast
Aa
#990077 on white: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#990077 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green0.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow22.2%
Key (black)40.0%
Color previews
#990077 text on a black background
contrast 2.62:1
Card sample
#990077 text on a white background
contrast 8.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #990077;
Background color
Panel with #990077 background
background-color: #990077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #990077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 0, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 0, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #990077; background: linear-gradient(135deg, #990077, #990011);