#60005b
a deep, electric magenta / pink · warm · closest name: purple
RGB
96, 0, 91
HSL
303°, 100%, 19%
CMYK
0, 100, 5, 62
Luminance
0.0324
Every format
| HEX | #60005b |
| RGB | rgb(96, 0, 91) |
| HSL | hsl(303, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 5%, 62%) |
| LAB | lab(21.0 47.2 -27.0) |
| LCH | lch(21.0 54.4 330.3) |
| OKLCH | oklch(0.340 0.154 331.0) |
Copy-ready code
/* CSS */
color: #60005b;
background-color: #60005b;
/* Tailwind (arbitrary) */
class="text-[#60005b] bg-[#60005b]"
/* SCSS */
$brand: #60005b;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#60005b")Accessibility — WCAG contrast
Aa
#60005b on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60005b on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow5.2%
Key (black)62.4%
Color previews
#60005b text on a black background
contrast 1.65:1
Card sample
#60005b text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60005b;
Background color
Panel with #60005b background
background-color: #60005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60005b; background: linear-gradient(135deg, #60005b, #60001B);