#640c3f
a deep, electric magenta / pink · warm · closest name: purple
RGB
100, 12, 63
HSL
325°, 79%, 22%
CMYK
0, 88, 37, 61
Luminance
0.0333
Every format
| HEX | #640c3f |
| RGB | rgb(100, 12, 63) |
| HSL | hsl(325, 79%, 22%) |
| CMYK | cmyk(0%, 88%, 37%, 61%) |
| LAB | lab(21.3 41.3 -7.3) |
| LCH | lch(21.3 41.9 349.9) |
| OKLCH | oklch(0.339 0.128 351.5) |
Copy-ready code
/* CSS */
color: #640c3f;
background-color: #640c3f;
/* Tailwind (arbitrary) */
class="text-[#640c3f] bg-[#640c3f]"
/* SCSS */
$brand: #640c3f;
/* SwiftUI */
Color(red: 0.392, green: 0.047, blue: 0.247)
/* Android */
Color.parseColor("#640c3f")Accessibility — WCAG contrast
Aa
#640c3f on white: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#640c3f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green4.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow37.0%
Key (black)60.8%
Color previews
#640c3f text on a black background
contrast 1.67:1
Card sample
#640c3f text on a white background
contrast 12.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #640c3f;
Background color
Panel with #640c3f background
background-color: #640c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #640c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 12, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 12, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #640c3f; background: linear-gradient(135deg, #640c3f, #64140C);