#963672
a dark, vivid magenta / pink · warm · closest name: purple
RGB
150, 54, 114
HSL
323°, 47%, 40%
CMYK
0, 64, 24, 41
Luminance
0.1034
Every format
| HEX | #963672 |
| RGB | rgb(150, 54, 114) |
| HSL | hsl(323, 47%, 40%) |
| CMYK | cmyk(0%, 64%, 24%, 41%) |
| LAB | lab(38.4 46.7 -13.9) |
| LCH | lch(38.4 48.7 343.5) |
| OKLCH | oklch(0.488 0.145 345.3) |
Copy-ready code
/* CSS */
color: #963672;
background-color: #963672;
/* Tailwind (arbitrary) */
class="text-[#963672] bg-[#963672]"
/* SCSS */
$brand: #963672;
/* SwiftUI */
Color(red: 0.588, green: 0.212, blue: 0.447)
/* Android */
Color.parseColor("#963672")Accessibility — WCAG contrast
Aa
#963672 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#963672 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green21.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow24.0%
Key (black)41.2%
Color previews
#963672 text on a black background
contrast 3.07:1
Card sample
#963672 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #963672;
Background color
Panel with #963672 background
background-color: #963672;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #963672;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 54, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 54, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #963672; background: linear-gradient(135deg, #963672, #963A36);