#641c47
a dark, vivid magenta / pink · warm · closest name: purple
RGB
100, 28, 71
HSL
324°, 56%, 25%
CMYK
0, 72, 29, 61
Luminance
0.0399
Every format
| HEX | #641c47 |
| RGB | rgb(100, 28, 71) |
| HSL | hsl(324, 56%, 25%) |
| CMYK | cmyk(0%, 72%, 29%, 61%) |
| LAB | lab(23.7 36.7 -9.3) |
| LCH | lch(23.7 37.9 345.8) |
| OKLCH | oklch(0.357 0.114 347.6) |
Copy-ready code
/* CSS */
color: #641c47;
background-color: #641c47;
/* Tailwind (arbitrary) */
class="text-[#641c47] bg-[#641c47]"
/* SCSS */
$brand: #641c47;
/* SwiftUI */
Color(red: 0.392, green: 0.110, blue: 0.278)
/* Android */
Color.parseColor("#641c47")Accessibility — WCAG contrast
Aa
#641c47 on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#641c47 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green11.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow29.0%
Key (black)60.8%
Color previews
#641c47 text on a black background
contrast 1.80:1
Card sample
#641c47 text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #641c47;
Background color
Panel with #641c47 background
background-color: #641c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #641c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 28, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 28, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #641c47; background: linear-gradient(135deg, #641c47, #64211C);