#374321
a deep, soft green · cool · closest name: darkslategray
RGB
55, 67, 33
HSL
81°, 34%, 20%
CMYK
18, 0, 51, 74
Luminance
0.0494
Every format
| HEX | #374321 |
| RGB | rgb(55, 67, 33) |
| HSL | hsl(81, 34%, 20%) |
| CMYK | cmyk(18%, 0%, 51%, 74%) |
| LAB | lab(26.6 -11.6 19.0) |
| LCH | lch(26.6 22.3 121.4) |
| OKLCH | oklch(0.363 0.056 125.0) |
Copy-ready code
/* CSS */
color: #374321;
background-color: #374321;
/* Tailwind (arbitrary) */
class="text-[#374321] bg-[#374321]"
/* SCSS */
$brand: #374321;
/* SwiftUI */
Color(red: 0.216, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#374321")Accessibility — WCAG contrast
Aa
#374321 on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#374321 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green26.3%
Blue12.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#374321 text on a black background
contrast 1.99:1
Card sample
#374321 text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #374321;
Background color
Panel with #374321 background
background-color: #374321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #374321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #374321; background: linear-gradient(135deg, #374321, #214322);