#394422
a deep, soft green · cool · closest name: darkslategray
RGB
57, 68, 34
HSL
79°, 33%, 20%
CMYK
16, 0, 50, 73
Luminance
0.0512
Every format
| HEX | #394422 |
| RGB | rgb(57, 68, 34) |
| HSL | hsl(79, 33%, 20%) |
| CMYK | cmyk(16%, 0%, 50%, 73%) |
| LAB | lab(27.1 -11.1 19.1) |
| LCH | lch(27.1 22.1 120.2) |
| OKLCH | oklch(0.367 0.056 123.8) |
Copy-ready code
/* CSS */
color: #394422;
background-color: #394422;
/* Tailwind (arbitrary) */
class="text-[#394422] bg-[#394422]"
/* SCSS */
$brand: #394422;
/* SwiftUI */
Color(red: 0.224, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#394422")Accessibility — WCAG contrast
Aa
#394422 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394422 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green26.7%
Blue13.3%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow50.0%
Key (black)73.3%
Color previews
#394422 text on a black background
contrast 2.02:1
Card sample
#394422 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394422;
Background color
Panel with #394422 background
background-color: #394422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394422; background: linear-gradient(135deg, #394422, #224422);