#394321
a deep, soft green · cool · closest name: darkslategray
RGB
57, 67, 33
HSL
78°, 34%, 20%
CMYK
15, 0, 51, 74
Luminance
0.0499
Every format
| HEX | #394321 |
| RGB | rgb(57, 67, 33) |
| HSL | hsl(78, 34%, 20%) |
| CMYK | cmyk(15%, 0%, 51%, 74%) |
| LAB | lab(26.7 -10.7 19.2) |
| LCH | lch(26.7 22.0 119.0) |
| OKLCH | oklch(0.364 0.055 122.6) |
Copy-ready code
/* CSS */
color: #394321;
background-color: #394321;
/* Tailwind (arbitrary) */
class="text-[#394321] bg-[#394321]"
/* SCSS */
$brand: #394321;
/* SwiftUI */
Color(red: 0.224, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#394321")Accessibility — WCAG contrast
Aa
#394321 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394321 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green26.3%
Blue12.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#394321 text on a black background
contrast 2.00:1
Card sample
#394321 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394321;
Background color
Panel with #394321 background
background-color: #394321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394321; background: linear-gradient(135deg, #394321, #224321);