#643c64
a dark, soft magenta / pink · warm · closest name: gray
RGB
100, 60, 100
HSL
300°, 25%, 31%
CMYK
0, 40, 0, 61
Luminance
0.0686
Every format
| HEX | #643c64 |
| RGB | rgb(100, 60, 100) |
| HSL | hsl(300, 25%, 31%) |
| CMYK | cmyk(0%, 40%, 0%, 61%) |
| LAB | lab(31.5 24.6 -16.3) |
| LCH | lch(31.5 29.6 326.4) |
| OKLCH | oklch(0.419 0.082 326.9) |
Copy-ready code
/* CSS */
color: #643c64;
background-color: #643c64;
/* Tailwind (arbitrary) */
class="text-[#643c64] bg-[#643c64]"
/* SCSS */
$brand: #643c64;
/* SwiftUI */
Color(red: 0.392, green: 0.235, blue: 0.392)
/* Android */
Color.parseColor("#643c64")Accessibility — WCAG contrast
Aa
#643c64 on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#643c64 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green23.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow0.0%
Key (black)60.8%
Color previews
#643c64 text on a black background
contrast 2.37:1
Card sample
#643c64 text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643c64;
Background color
Panel with #643c64 background
background-color: #643c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 60, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 60, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643c64; background: linear-gradient(135deg, #643c64, #643C49);