#394621
a deep, soft green · cool · closest name: darkslategray
RGB
57, 70, 33
HSL
81°, 36%, 20%
CMYK
19, 0, 53, 73
Luminance
0.0536
Every format
| HEX | #394621 |
| RGB | rgb(57, 70, 33) |
| HSL | hsl(81, 36%, 20%) |
| CMYK | cmyk(19%, 0%, 53%, 73%) |
| LAB | lab(27.7 -12.4 20.5) |
| LCH | lch(27.7 24.0 121.2) |
| OKLCH | oklch(0.373 0.060 125.1) |
Copy-ready code
/* CSS */
color: #394621;
background-color: #394621;
/* Tailwind (arbitrary) */
class="text-[#394621] bg-[#394621]"
/* SCSS */
$brand: #394621;
/* SwiftUI */
Color(red: 0.224, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#394621")Accessibility — WCAG contrast
Aa
#394621 on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394621 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.5%
Blue12.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#394621 text on a black background
contrast 2.07:1
Card sample
#394621 text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394621;
Background color
Panel with #394621 background
background-color: #394621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394621; background: linear-gradient(135deg, #394621, #214622);