#342c2f
a deep, muted magenta / pink · warm · closest name: black
RGB
52, 44, 47
HSL
338°, 8%, 19%
CMYK
0, 15, 10, 80
Luminance
0.0274
Every format
| HEX | #342c2f |
| RGB | rgb(52, 44, 47) |
| HSL | hsl(338, 8%, 19%) |
| CMYK | cmyk(0%, 15%, 10%, 80%) |
| LAB | lab(19.0 4.3 -0.6) |
| LCH | lch(19.0 4.3 352.2) |
| OKLCH | oklch(0.303 0.013 353.3) |
Copy-ready code
/* CSS */
color: #342c2f;
background-color: #342c2f;
/* Tailwind (arbitrary) */
class="text-[#342c2f] bg-[#342c2f]"
/* SCSS */
$brand: #342c2f;
/* SwiftUI */
Color(red: 0.204, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#342c2f")Accessibility — WCAG contrast
Aa
#342c2f on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342c2f on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow9.6%
Key (black)79.6%
Color previews
#342c2f text on a black background
contrast 1.55:1
Card sample
#342c2f text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342c2f;
Background color
Panel with #342c2f background
background-color: #342c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342c2f; background: linear-gradient(135deg, #342c2f, #342E2C);