#394713
a deep, vivid green · cool · closest name: darkslategray
RGB
57, 71, 19
HSL
76°, 58%, 18%
CMYK
20, 0, 73, 72
Luminance
0.0542
Every format
| HEX | #394713 |
| RGB | rgb(57, 71, 19) |
| HSL | hsl(76, 58%, 18%) |
| CMYK | cmyk(20%, 0%, 73%, 72%) |
| LAB | lab(27.9 -14.5 28.3) |
| LCH | lch(27.9 31.8 117.1) |
| OKLCH | oklch(0.374 0.077 123.1) |
Copy-ready code
/* CSS */
color: #394713;
background-color: #394713;
/* Tailwind (arbitrary) */
class="text-[#394713] bg-[#394713]"
/* SCSS */
$brand: #394713;
/* SwiftUI */
Color(red: 0.224, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#394713")Accessibility — WCAG contrast
Aa
#394713 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394713 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.8%
Blue7.5%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow73.2%
Key (black)72.2%
Color previews
#394713 text on a black background
contrast 2.08:1
Card sample
#394713 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394713;
Background color
Panel with #394713 background
background-color: #394713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394713; background: linear-gradient(135deg, #394713, #164713);