#6c3749
a dark, soft magenta / pink · warm · closest name: gray
RGB
108, 55, 73
HSL
340°, 33%, 32%
CMYK
0, 49, 32, 58
Luminance
0.0640
Every format
| HEX | #6c3749 |
| RGB | rgb(108, 55, 73) |
| HSL | hsl(340, 33%, 32%) |
| CMYK | cmyk(0%, 49%, 32%, 58%) |
| LAB | lab(30.4 25.8 -0.4) |
| LCH | lch(30.4 25.8 359.1) |
| OKLCH | oklch(0.410 0.078 359.5) |
Copy-ready code
/* CSS */
color: #6c3749;
background-color: #6c3749;
/* Tailwind (arbitrary) */
class="text-[#6c3749] bg-[#6c3749]"
/* SCSS */
$brand: #6c3749;
/* SwiftUI */
Color(red: 0.424, green: 0.216, blue: 0.286)
/* Android */
Color.parseColor("#6c3749")Accessibility — WCAG contrast
Aa
#6c3749 on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c3749 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green21.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow32.4%
Key (black)57.6%
Color previews
#6c3749 text on a black background
contrast 2.28:1
Card sample
#6c3749 text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c3749;
Background color
Panel with #6c3749 background
background-color: #6c3749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c3749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 55, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 55, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c3749; background: linear-gradient(135deg, #6c3749, #6C4837);