#96366b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
150, 54, 107
HSL
327°, 47%, 40%
CMYK
0, 64, 29, 41
Luminance
0.1018
Every format
| HEX | #96366b |
| RGB | rgb(150, 54, 107) |
| HSL | hsl(327, 47%, 40%) |
| CMYK | cmyk(0%, 64%, 29%, 41%) |
| LAB | lab(38.2 45.7 -9.9) |
| LCH | lch(38.2 46.8 347.8) |
| OKLCH | oklch(0.485 0.141 349.4) |
Copy-ready code
/* CSS */
color: #96366b;
background-color: #96366b;
/* Tailwind (arbitrary) */
class="text-[#96366b] bg-[#96366b]"
/* SCSS */
$brand: #96366b;
/* SwiftUI */
Color(red: 0.588, green: 0.212, blue: 0.420)
/* Android */
Color.parseColor("#96366b")Accessibility — WCAG contrast
Aa
#96366b on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#96366b on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green21.2%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow28.7%
Key (black)41.2%
Color previews
#96366b text on a black background
contrast 3.04:1
Card sample
#96366b text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96366b;
Background color
Panel with #96366b background
background-color: #96366b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96366b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 54, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 54, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96366b; background: linear-gradient(135deg, #96366b, #964136);