#394821
a deep, soft green · cool · closest name: darkslategray
RGB
57, 72, 33
HSL
83°, 37%, 21%
CMYK
21, 0, 54, 72
Luminance
0.0561
Every format
| HEX | #394821 |
| RGB | rgb(57, 72, 33) |
| HSL | hsl(83, 37%, 21%) |
| CMYK | cmyk(21%, 0%, 54%, 72%) |
| LAB | lab(28.4 -13.6 21.3) |
| LCH | lch(28.4 25.3 122.5) |
| OKLCH | oklch(0.378 0.064 126.6) |
Copy-ready code
/* CSS */
color: #394821;
background-color: #394821;
/* Tailwind (arbitrary) */
class="text-[#394821] bg-[#394821]"
/* SCSS */
$brand: #394821;
/* SwiftUI */
Color(red: 0.224, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#394821")Accessibility — WCAG contrast
Aa
#394821 on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394821 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green28.2%
Blue12.9%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#394821 text on a black background
contrast 2.12:1
Card sample
#394821 text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394821;
Background color
Panel with #394821 background
background-color: #394821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394821; background: linear-gradient(135deg, #394821, #214823);