#642c59
a dark, soft magenta / pink · warm · closest name: purple
RGB
100, 44, 89
HSL
312°, 39%, 28%
CMYK
0, 56, 11, 61
Luminance
0.0523
Every format
| HEX | #642c59 |
| RGB | rgb(100, 44, 89) |
| HSL | hsl(312, 39%, 28%) |
| CMYK | cmyk(0%, 56%, 11%, 61%) |
| LAB | lab(27.4 31.7 -15.6) |
| LCH | lch(27.4 35.3 333.9) |
| OKLCH | oklch(0.387 0.101 335.4) |
Copy-ready code
/* CSS */
color: #642c59;
background-color: #642c59;
/* Tailwind (arbitrary) */
class="text-[#642c59] bg-[#642c59]"
/* SCSS */
$brand: #642c59;
/* SwiftUI */
Color(red: 0.392, green: 0.173, blue: 0.349)
/* Android */
Color.parseColor("#642c59")Accessibility — WCAG contrast
Aa
#642c59 on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#642c59 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green17.3%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow11.0%
Key (black)60.8%
Color previews
#642c59 text on a black background
contrast 2.05:1
Card sample
#642c59 text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642c59;
Background color
Panel with #642c59 background
background-color: #642c59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642c59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 44, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 44, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642c59; background: linear-gradient(135deg, #642c59, #642C34);