#323721
a deep, soft green · cool · closest name: darkslategray
RGB
50, 55, 33
HSL
74°, 25%, 17%
CMYK
9, 0, 40, 78
Luminance
0.0352
Every format
| HEX | #323721 |
| RGB | rgb(50, 55, 33) |
| HSL | hsl(74, 25%, 17%) |
| CMYK | cmyk(9%, 0%, 40%, 78%) |
| LAB | lab(22.0 -6.6 13.1) |
| LCH | lch(22.0 14.7 116.8) |
| OKLCH | oklch(0.325 0.037 118.9) |
Copy-ready code
/* CSS */
color: #323721;
background-color: #323721;
/* Tailwind (arbitrary) */
class="text-[#323721] bg-[#323721]"
/* SCSS */
$brand: #323721;
/* SwiftUI */
Color(red: 0.196, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#323721")Accessibility — WCAG contrast
Aa
#323721 on white: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323721 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green21.6%
Blue12.9%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#323721 text on a black background
contrast 1.70:1
Card sample
#323721 text on a white background
contrast 12.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323721;
Background color
Panel with #323721 background
background-color: #323721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323721; background: linear-gradient(135deg, #323721, #233721);