#8c109b
a dark, electric magenta / pink · warm · closest name: purple
RGB
140, 16, 155
HSL
294°, 81%, 34%
CMYK
10, 90, 0, 39
Luminance
0.0831
Every format
| HEX | #8c109b |
| RGB | rgb(140, 16, 155) |
| HSL | hsl(294, 81%, 34%) |
| CMYK | cmyk(10%, 90%, 0%, 39%) |
| LAB | lab(34.6 63.0 -45.3) |
| LCH | lch(34.6 77.6 324.3) |
| OKLCH | oklch(0.465 0.210 322.8) |
Copy-ready code
/* CSS */
color: #8c109b;
background-color: #8c109b;
/* Tailwind (arbitrary) */
class="text-[#8c109b] bg-[#8c109b]"
/* SCSS */
$brand: #8c109b;
/* SwiftUI */
Color(red: 0.549, green: 0.063, blue: 0.608)
/* Android */
Color.parseColor("#8c109b")Accessibility — WCAG contrast
Aa
#8c109b on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c109b on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green6.3%
Blue60.8%
CMYK percentages
Cyan9.7%
Magenta89.7%
Yellow0.0%
Key (black)39.2%
Color previews
#8c109b text on a black background
contrast 2.66:1
Card sample
#8c109b text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c109b;
Background color
Panel with #8c109b background
background-color: #8c109b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c109b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 16, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 16, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c109b; background: linear-gradient(135deg, #8c109b, #9B104D);