#394813
a deep, vivid green · cool · closest name: darkslategray
RGB
57, 72, 19
HSL
77°, 58%, 18%
CMYK
21, 0, 74, 72
Luminance
0.0555
Every format
| HEX | #394813 |
| RGB | rgb(57, 72, 19) |
| HSL | hsl(77, 58%, 18%) |
| CMYK | cmyk(21%, 0%, 74%, 72%) |
| LAB | lab(28.3 -15.1 28.7) |
| LCH | lch(28.3 32.4 117.7) |
| OKLCH | oklch(0.376 0.078 123.7) |
Copy-ready code
/* CSS */
color: #394813;
background-color: #394813;
/* Tailwind (arbitrary) */
class="text-[#394813] bg-[#394813]"
/* SCSS */
$brand: #394813;
/* SwiftUI */
Color(red: 0.224, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#394813")Accessibility — WCAG contrast
Aa
#394813 on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394813 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green28.2%
Blue7.5%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow73.6%
Key (black)71.8%
Color previews
#394813 text on a black background
contrast 2.11:1
Card sample
#394813 text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394813;
Background color
Panel with #394813 background
background-color: #394813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394813; background: linear-gradient(135deg, #394813, #164813);