#3e2f36
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
62, 47, 54
HSL
332°, 14%, 21%
CMYK
0, 24, 13, 76
Luminance
0.0332
Every format
| HEX | #3e2f36 |
| RGB | rgb(62, 47, 54) |
| HSL | hsl(332, 14%, 21%) |
| CMYK | cmyk(0%, 24%, 13%, 76%) |
| LAB | lab(21.3 8.2 -1.8) |
| LCH | lch(21.3 8.4 347.4) |
| OKLCH | oklch(0.325 0.025 348.9) |
Copy-ready code
/* CSS */
color: #3e2f36;
background-color: #3e2f36;
/* Tailwind (arbitrary) */
class="text-[#3e2f36] bg-[#3e2f36]"
/* SCSS */
$brand: #3e2f36;
/* SwiftUI */
Color(red: 0.243, green: 0.184, blue: 0.212)
/* Android */
Color.parseColor("#3e2f36")Accessibility — WCAG contrast
Aa
#3e2f36 on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e2f36 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green18.4%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow12.9%
Key (black)75.7%
Color previews
#3e2f36 text on a black background
contrast 1.66:1
Card sample
#3e2f36 text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e2f36;
Background color
Panel with #3e2f36 background
background-color: #3e2f36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e2f36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 47, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 47, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e2f36; background: linear-gradient(135deg, #3e2f36, #3E322F);