#99008f
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 0, 143
HSL
304°, 100%, 30%
CMYK
0, 100, 7, 40
Luminance
0.0876
Every format
| HEX | #99008f |
| RGB | rgb(153, 0, 143) |
| HSL | hsl(304, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 7%, 40%) |
| LAB | lab(35.5 65.6 -36.4) |
| LCH | lch(35.5 75.0 331.0) |
| OKLCH | oklch(0.473 0.213 331.9) |
Copy-ready code
/* CSS */
color: #99008f;
background-color: #99008f;
/* Tailwind (arbitrary) */
class="text-[#99008f] bg-[#99008f]"
/* SCSS */
$brand: #99008f;
/* SwiftUI */
Color(red: 0.600, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#99008f")Accessibility — WCAG contrast
Aa
#99008f on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#99008f on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green0.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow6.5%
Key (black)40.0%
Color previews
#99008f text on a black background
contrast 2.75:1
Card sample
#99008f text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99008f;
Background color
Panel with #99008f background
background-color: #99008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99008f; background: linear-gradient(135deg, #99008f, #990029);