#9c00bb
a dark, electric magenta / pink · warm · closest name: purple
RGB
156, 0, 187
HSL
290°, 100%, 37%
CMYK
17, 100, 0, 27
Luminance
0.1066
Every format
| HEX | #9c00bb |
| RGB | rgb(156, 0, 187) |
| HSL | hsl(290, 100%, 37%) |
| CMYK | cmyk(17%, 100%, 0%, 27%) |
| LAB | lab(39.0 73.1 -57.3) |
| LCH | lch(39.0 92.8 321.9) |
| OKLCH | oklch(0.508 0.245 318.8) |
Copy-ready code
/* CSS */
color: #9c00bb;
background-color: #9c00bb;
/* Tailwind (arbitrary) */
class="text-[#9c00bb] bg-[#9c00bb]"
/* SCSS */
$brand: #9c00bb;
/* SwiftUI */
Color(red: 0.612, green: 0.000, blue: 0.733)
/* Android */
Color.parseColor("#9c00bb")Accessibility — WCAG contrast
Aa
#9c00bb on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c00bb on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.0%
Blue73.3%
CMYK percentages
Cyan16.6%
Magenta100.0%
Yellow0.0%
Key (black)26.7%
Color previews
#9c00bb text on a black background
contrast 3.13:1
Card sample
#9c00bb text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c00bb;
Background color
Panel with #9c00bb background
background-color: #9c00bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c00bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 0, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 0, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c00bb; background: linear-gradient(135deg, #9c00bb, #BB005D);