#990066
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 0, 102
HSL
320°, 100%, 30%
CMYK
0, 100, 33, 40
Luminance
0.0773
Every format
| HEX | #990066 |
| RGB | rgb(153, 0, 102) |
| HSL | hsl(320, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 33%, 40%) |
| LAB | lab(33.4 60.4 -13.9) |
| LCH | lch(33.4 61.9 347.0) |
| OKLCH | oklch(0.451 0.189 348.9) |
Copy-ready code
/* CSS */
color: #990066;
background-color: #990066;
/* Tailwind (arbitrary) */
class="text-[#990066] bg-[#990066]"
/* SCSS */
$brand: #990066;
/* SwiftUI */
Color(red: 0.600, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#990066")Accessibility — WCAG contrast
Aa
#990066 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#990066 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green0.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow33.3%
Key (black)40.0%
Color previews
#990066 text on a black background
contrast 2.55:1
Card sample
#990066 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #990066;
Background color
Panel with #990066 background
background-color: #990066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #990066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #990066; background: linear-gradient(135deg, #990066, #990000);