#343821
a deep, soft green · cool · closest name: darkslategray
RGB
52, 56, 33
HSL
70°, 26%, 18%
CMYK
7, 0, 41, 78
Luminance
0.0367
Every format
| HEX | #343821 |
| RGB | rgb(52, 56, 33) |
| HSL | hsl(70, 26%, 18%) |
| CMYK | cmyk(7%, 0%, 41%, 78%) |
| LAB | lab(22.5 -6.3 13.8) |
| LCH | lch(22.5 15.2 114.5) |
| OKLCH | oklch(0.330 0.038 116.6) |
Copy-ready code
/* CSS */
color: #343821;
background-color: #343821;
/* Tailwind (arbitrary) */
class="text-[#343821] bg-[#343821]"
/* SCSS */
$brand: #343821;
/* SwiftUI */
Color(red: 0.204, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#343821")Accessibility — WCAG contrast
Aa
#343821 on white: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#343821 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green22.0%
Blue12.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#343821 text on a black background
contrast 1.73:1
Card sample
#343821 text on a white background
contrast 12.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #343821;
Background color
Panel with #343821 background
background-color: #343821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #343821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #343821; background: linear-gradient(135deg, #343821, #253821);