#60004b
a deep, electric magenta / pink · warm · closest name: purple
RGB
96, 0, 75
HSL
313°, 100%, 19%
CMYK
0, 100, 22, 62
Luminance
0.0299
Every format
| HEX | #60004b |
| RGB | rgb(96, 0, 75) |
| HSL | hsl(313, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 22%, 62%) |
| LAB | lab(20.0 44.8 -17.7) |
| LCH | lch(20.0 48.2 338.5) |
| OKLCH | oklch(0.330 0.143 340.5) |
Copy-ready code
/* CSS */
color: #60004b;
background-color: #60004b;
/* Tailwind (arbitrary) */
class="text-[#60004b] bg-[#60004b]"
/* SCSS */
$brand: #60004b;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#60004b")Accessibility — WCAG contrast
Aa
#60004b on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60004b on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow21.9%
Key (black)62.4%
Color previews
#60004b text on a black background
contrast 1.60:1
Card sample
#60004b text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60004b;
Background color
Panel with #60004b background
background-color: #60004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60004b; background: linear-gradient(135deg, #60004b, #60000B);