#601752
a deep, vivid magenta / pink · warm · closest name: purple
RGB
96, 23, 82
HSL
312°, 61%, 23%
CMYK
0, 76, 15, 62
Luminance
0.0371
Every format
| HEX | #601752 |
| RGB | rgb(96, 23, 82) |
| HSL | hsl(312, 61%, 23%) |
| CMYK | cmyk(0%, 76%, 15%, 62%) |
| LAB | lab(22.7 39.3 -18.3) |
| LCH | lch(22.7 43.3 335.1) |
| OKLCH | oklch(0.350 0.126 336.7) |
Copy-ready code
/* CSS */
color: #601752;
background-color: #601752;
/* Tailwind (arbitrary) */
class="text-[#601752] bg-[#601752]"
/* SCSS */
$brand: #601752;
/* SwiftUI */
Color(red: 0.376, green: 0.090, blue: 0.322)
/* Android */
Color.parseColor("#601752")Accessibility — WCAG contrast
Aa
#601752 on white: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601752 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green9.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow14.6%
Key (black)62.4%
Color previews
#601752 text on a black background
contrast 1.74:1
Card sample
#601752 text on a white background
contrast 12.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601752;
Background color
Panel with #601752 background
background-color: #601752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 23, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 23, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601752; background: linear-gradient(135deg, #601752, #601721);