#463541
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
70, 53, 65
HSL
318°, 14%, 24%
CMYK
0, 24, 7, 73
Luminance
0.0423
Every format
| HEX | #463541 |
| RGB | rgb(70, 53, 65) |
| HSL | hsl(318, 14%, 24%) |
| CMYK | cmyk(0%, 24%, 7%, 73%) |
| LAB | lab(24.4 10.0 -4.5) |
| LCH | lch(24.4 11.0 335.6) |
| OKLCH | oklch(0.352 0.031 337.2) |
Copy-ready code
/* CSS */
color: #463541;
background-color: #463541;
/* Tailwind (arbitrary) */
class="text-[#463541] bg-[#463541]"
/* SCSS */
$brand: #463541;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.255)
/* Android */
Color.parseColor("#463541")Accessibility — WCAG contrast
Aa
#463541 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463541 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow7.1%
Key (black)72.5%
Color previews
#463541 text on a black background
contrast 1.85:1
Card sample
#463541 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463541;
Background color
Panel with #463541 background
background-color: #463541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463541; background: linear-gradient(135deg, #463541, #463536);