#960baf
a dark, electric magenta / pink · warm · closest name: purple
RGB
150, 11, 175
HSL
291°, 88%, 37%
CMYK
14, 94, 0, 31
Luminance
0.0982
Every format
| HEX | #960baf |
| RGB | rgb(150, 11, 175) |
| HSL | hsl(291, 88%, 37%) |
| CMYK | cmyk(14%, 94%, 0%, 31%) |
| LAB | lab(37.5 68.9 -52.6) |
| LCH | lch(37.5 86.6 322.6) |
| OKLCH | oklch(0.493 0.231 320.1) |
Copy-ready code
/* CSS */
color: #960baf;
background-color: #960baf;
/* Tailwind (arbitrary) */
class="text-[#960baf] bg-[#960baf]"
/* SCSS */
$brand: #960baf;
/* SwiftUI */
Color(red: 0.588, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#960baf")Accessibility — WCAG contrast
Aa
#960baf on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960baf on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green4.3%
Blue68.6%
CMYK percentages
Cyan14.3%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#960baf text on a black background
contrast 2.96:1
Card sample
#960baf text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960baf;
Background color
Panel with #960baf background
background-color: #960baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960baf; background: linear-gradient(135deg, #960baf, #AF0B5B);