#323621
a deep, soft green · cool · closest name: darkslategray
RGB
50, 54, 33
HSL
71°, 24%, 17%
CMYK
7, 0, 39, 79
Luminance
0.0343
Every format
| HEX | #323621 |
| RGB | rgb(50, 54, 33) |
| HSL | hsl(71, 24%, 17%) |
| CMYK | cmyk(7%, 0%, 39%, 79%) |
| LAB | lab(21.7 -6.0 12.7) |
| LCH | lch(21.7 14.0 115.3) |
| OKLCH | oklch(0.323 0.035 117.2) |
Copy-ready code
/* CSS */
color: #323621;
background-color: #323621;
/* Tailwind (arbitrary) */
class="text-[#323621] bg-[#323621]"
/* SCSS */
$brand: #323621;
/* SwiftUI */
Color(red: 0.196, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#323621")Accessibility — WCAG contrast
Aa
#323621 on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323621 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#323621 text on a black background
contrast 1.69:1
Card sample
#323621 text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323621;
Background color
Panel with #323621 background
background-color: #323621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323621; background: linear-gradient(135deg, #323621, #243621);