#9f337c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
159, 51, 124
HSL
319°, 51%, 41%
CMYK
0, 68, 22, 38
Luminance
0.1119
Every format
| HEX | #9f337c |
| RGB | rgb(159, 51, 124) |
| HSL | hsl(319, 51%, 41%) |
| CMYK | cmyk(0%, 68%, 22%, 38%) |
| LAB | lab(39.9 52.0 -17.7) |
| LCH | lch(39.9 54.9 341.2) |
| OKLCH | oklch(0.503 0.163 343.1) |
Copy-ready code
/* CSS */
color: #9f337c;
background-color: #9f337c;
/* Tailwind (arbitrary) */
class="text-[#9f337c] bg-[#9f337c]"
/* SCSS */
$brand: #9f337c;
/* SwiftUI */
Color(red: 0.624, green: 0.200, blue: 0.486)
/* Android */
Color.parseColor("#9f337c")Accessibility — WCAG contrast
Aa
#9f337c on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f337c on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green20.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow22.0%
Key (black)37.6%
Color previews
#9f337c text on a black background
contrast 3.24:1
Card sample
#9f337c text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f337c;
Background color
Panel with #9f337c background
background-color: #9f337c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f337c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 51, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 51, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f337c; background: linear-gradient(135deg, #9f337c, #9F3334);