#413641
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
65, 54, 65
HSL
300°, 9%, 23%
CMYK
0, 17, 0, 75
Luminance
0.0414
Every format
| HEX | #413641 |
| RGB | rgb(65, 54, 65) |
| HSL | hsl(300, 9%, 23%) |
| CMYK | cmyk(0%, 17%, 0%, 75%) |
| LAB | lab(24.1 7.2 -5.0) |
| LCH | lch(24.1 8.8 325.3) |
| OKLCH | oklch(0.349 0.024 326.1) |
Copy-ready code
/* CSS */
color: #413641;
background-color: #413641;
/* Tailwind (arbitrary) */
class="text-[#413641] bg-[#413641]"
/* SCSS */
$brand: #413641;
/* SwiftUI */
Color(red: 0.255, green: 0.212, blue: 0.255)
/* Android */
Color.parseColor("#413641")Accessibility — WCAG contrast
Aa
#413641 on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413641 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green21.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow0.0%
Key (black)74.5%
Color previews
#413641 text on a black background
contrast 1.83:1
Card sample
#413641 text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413641;
Background color
Panel with #413641 background
background-color: #413641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 54, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 54, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413641; background: linear-gradient(135deg, #413641, #41363A);