#643f4f
a dark, soft magenta / pink · warm · closest name: gray
RGB
100, 63, 79
HSL
334°, 23%, 32%
CMYK
0, 37, 21, 61
Luminance
0.0683
Every format
| HEX | #643f4f |
| RGB | rgb(100, 63, 79) |
| HSL | hsl(334, 23%, 32%) |
| CMYK | cmyk(0%, 37%, 21%, 61%) |
| LAB | lab(31.4 18.7 -3.0) |
| LCH | lch(31.4 19.0 351.0) |
| OKLCH | oklch(0.416 0.056 352.3) |
Copy-ready code
/* CSS */
color: #643f4f;
background-color: #643f4f;
/* Tailwind (arbitrary) */
class="text-[#643f4f] bg-[#643f4f]"
/* SCSS */
$brand: #643f4f;
/* SwiftUI */
Color(red: 0.392, green: 0.247, blue: 0.310)
/* Android */
Color.parseColor("#643f4f")Accessibility — WCAG contrast
Aa
#643f4f on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#643f4f on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green24.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow21.0%
Key (black)60.8%
Color previews
#643f4f text on a black background
contrast 2.37:1
Card sample
#643f4f text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643f4f;
Background color
Panel with #643f4f background
background-color: #643f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 63, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 63, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643f4f; background: linear-gradient(135deg, #643f4f, #64483F);