#960ba2
a dark, electric magenta / pink · warm · closest name: purple
RGB
150, 11, 162
HSL
295°, 87%, 34%
CMYK
7, 93, 0, 37
Luminance
0.0933
Every format
| HEX | #960ba2 |
| RGB | rgb(150, 11, 162) |
| HSL | hsl(295, 87%, 34%) |
| CMYK | cmyk(7%, 93%, 0%, 37%) |
| LAB | lab(36.6 66.7 -46.2) |
| LCH | lch(36.6 81.1 325.3) |
| OKLCH | oklch(0.483 0.221 324.2) |
Copy-ready code
/* CSS */
color: #960ba2;
background-color: #960ba2;
/* Tailwind (arbitrary) */
class="text-[#960ba2] bg-[#960ba2]"
/* SCSS */
$brand: #960ba2;
/* SwiftUI */
Color(red: 0.588, green: 0.043, blue: 0.635)
/* Android */
Color.parseColor("#960ba2")Accessibility — WCAG contrast
Aa
#960ba2 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960ba2 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green4.3%
Blue63.5%
CMYK percentages
Cyan7.4%
Magenta93.2%
Yellow0.0%
Key (black)36.5%
Color previews
#960ba2 text on a black background
contrast 2.87:1
Card sample
#960ba2 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960ba2;
Background color
Panel with #960ba2 background
background-color: #960ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 11, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 11, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960ba2; background: linear-gradient(135deg, #960ba2, #A20B49);