#963696
a dark, vivid magenta / pink · warm · closest name: purple
RGB
150, 54, 150
HSL
300°, 47%, 40%
CMYK
0, 64, 0, 41
Luminance
0.1132
Every format
| HEX | #963696 |
| RGB | rgb(150, 54, 150) |
| HSL | hsl(300, 47%, 40%) |
| CMYK | cmyk(0%, 64%, 0%, 41%) |
| LAB | lab(40.1 52.5 -33.4) |
| LCH | lch(40.1 62.2 327.5) |
| OKLCH | oklch(0.506 0.173 327.8) |
Copy-ready code
/* CSS */
color: #963696;
background-color: #963696;
/* Tailwind (arbitrary) */
class="text-[#963696] bg-[#963696]"
/* SCSS */
$brand: #963696;
/* SwiftUI */
Color(red: 0.588, green: 0.212, blue: 0.588)
/* Android */
Color.parseColor("#963696")Accessibility — WCAG contrast
Aa
#963696 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#963696 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green21.2%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow0.0%
Key (black)41.2%
Color previews
#963696 text on a black background
contrast 3.26:1
Card sample
#963696 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #963696;
Background color
Panel with #963696 background
background-color: #963696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #963696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 54, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 54, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #963696; background: linear-gradient(135deg, #963696, #963656);