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