#8c0099
a dark, electric magenta / pink · warm · closest name: purple
RGB
140, 0, 153
HSL
295°, 100%, 30%
CMYK
9, 100, 0, 40
Luminance
0.0788
Every format
| HEX | #8c0099 |
| RGB | rgb(140, 0, 153) |
| HSL | hsl(295, 100%, 30%) |
| CMYK | cmyk(9%, 100%, 0%, 40%) |
| LAB | lab(33.7 65.0 -45.5) |
| LCH | lch(33.7 79.3 325.0) |
| OKLCH | oklch(0.458 0.216 323.7) |
Copy-ready code
/* CSS */
color: #8c0099;
background-color: #8c0099;
/* Tailwind (arbitrary) */
class="text-[#8c0099] bg-[#8c0099]"
/* SCSS */
$brand: #8c0099;
/* SwiftUI */
Color(red: 0.549, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#8c0099")Accessibility — WCAG contrast
Aa
#8c0099 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c0099 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green0.0%
Blue60.0%
CMYK percentages
Cyan8.5%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#8c0099 text on a black background
contrast 2.58:1
Card sample
#8c0099 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c0099;
Background color
Panel with #8c0099 background
background-color: #8c0099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c0099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c0099; background: linear-gradient(135deg, #8c0099, #990040);