#990055
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 0, 85
HSL
327°, 100%, 30%
CMYK
0, 100, 44, 40
Luminance
0.0743
Every format
| HEX | #990055 |
| RGB | rgb(153, 0, 85) |
| HSL | hsl(327, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 44%, 40%) |
| LAB | lab(32.8 58.7 -3.8) |
| LCH | lch(32.8 58.8 356.3) |
| OKLCH | oklch(0.444 0.181 357.0) |
Copy-ready code
/* CSS */
color: #990055;
background-color: #990055;
/* Tailwind (arbitrary) */
class="text-[#990055] bg-[#990055]"
/* SCSS */
$brand: #990055;
/* SwiftUI */
Color(red: 0.600, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#990055")Accessibility — WCAG contrast
Aa
#990055 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#990055 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green0.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.4%
Key (black)40.0%
Color previews
#990055 text on a black background
contrast 2.49:1
Card sample
#990055 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #990055;
Background color
Panel with #990055 background
background-color: #990055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #990055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #990055; background: linear-gradient(135deg, #990055, #991100);