#640f5b
a deep, vivid magenta / pink · warm · closest name: purple
RGB
100, 15, 91
HSL
306°, 74%, 23%
CMYK
0, 85, 9, 61
Luminance
0.0381
Every format
| HEX | #640f5b |
| RGB | rgb(100, 15, 91) |
| HSL | hsl(306, 74%, 23%) |
| CMYK | cmyk(0%, 85%, 9%, 61%) |
| LAB | lab(23.0 44.5 -23.7) |
| LCH | lch(23.0 50.4 332.0) |
| OKLCH | oklch(0.356 0.144 333.1) |
Copy-ready code
/* CSS */
color: #640f5b;
background-color: #640f5b;
/* Tailwind (arbitrary) */
class="text-[#640f5b] bg-[#640f5b]"
/* SCSS */
$brand: #640f5b;
/* SwiftUI */
Color(red: 0.392, green: 0.059, blue: 0.357)
/* Android */
Color.parseColor("#640f5b")Accessibility — WCAG contrast
Aa
#640f5b on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#640f5b on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green5.9%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow9.0%
Key (black)60.8%
Color previews
#640f5b text on a black background
contrast 1.76:1
Card sample
#640f5b text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #640f5b;
Background color
Panel with #640f5b background
background-color: #640f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #640f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 15, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 15, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #640f5b; background: linear-gradient(135deg, #640f5b, #640F22);