#64355f
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
100, 53, 95
HSL
306°, 31%, 30%
CMYK
0, 47, 5, 61
Luminance
0.0608
Every format
| HEX | #64355f |
| RGB | rgb(100, 53, 95) |
| HSL | hsl(306, 31%, 30%) |
| CMYK | cmyk(0%, 47%, 5%, 61%) |
| LAB | lab(29.6 27.8 -16.0) |
| LCH | lch(29.6 32.1 330.0) |
| OKLCH | oklch(0.405 0.090 331.1) |
Copy-ready code
/* CSS */
color: #64355f;
background-color: #64355f;
/* Tailwind (arbitrary) */
class="text-[#64355f] bg-[#64355f]"
/* SCSS */
$brand: #64355f;
/* SwiftUI */
Color(red: 0.392, green: 0.208, blue: 0.373)
/* Android */
Color.parseColor("#64355f")Accessibility — WCAG contrast
Aa
#64355f on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#64355f on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green20.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow5.0%
Key (black)60.8%
Color previews
#64355f text on a black background
contrast 2.22:1
Card sample
#64355f text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64355f;
Background color
Panel with #64355f background
background-color: #64355f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64355f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 53, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 53, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64355f; background: linear-gradient(135deg, #64355f, #643540);