#9c309c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
156, 48, 156
HSL
300°, 53%, 40%
CMYK
0, 69, 0, 39
Luminance
0.1158
Every format
| HEX | #9c309c |
| RGB | rgb(156, 48, 156) |
| HSL | hsl(300, 53%, 40%) |
| CMYK | cmyk(0%, 69%, 0%, 39%) |
| LAB | lab(40.5 57.4 -36.3) |
| LCH | lch(40.5 67.9 327.7) |
| OKLCH | oklch(0.512 0.189 327.9) |
Copy-ready code
/* CSS */
color: #9c309c;
background-color: #9c309c;
/* Tailwind (arbitrary) */
class="text-[#9c309c] bg-[#9c309c]"
/* SCSS */
$brand: #9c309c;
/* SwiftUI */
Color(red: 0.612, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#9c309c")Accessibility — WCAG contrast
Aa
#9c309c on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c309c on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#9c309c text on a black background
contrast 3.32:1
Card sample
#9c309c text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c309c;
Background color
Panel with #9c309c background
background-color: #9c309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c309c; background: linear-gradient(135deg, #9c309c, #9C3054);