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