#394413
a deep, vivid green · cool · closest name: darkslategray
RGB
57, 68, 19
HSL
74°, 56%, 17%
CMYK
16, 0, 72, 73
Luminance
0.0505
Every format
| HEX | #394413 |
| RGB | rgb(57, 68, 19) |
| HSL | hsl(74, 56%, 17%) |
| CMYK | cmyk(16%, 0%, 72%, 73%) |
| LAB | lab(26.9 -12.8 27.2) |
| LCH | lch(26.9 30.1 115.2) |
| OKLCH | oklch(0.365 0.072 120.9) |
Copy-ready code
/* CSS */
color: #394413;
background-color: #394413;
/* Tailwind (arbitrary) */
class="text-[#394413] bg-[#394413]"
/* SCSS */
$brand: #394413;
/* SwiftUI */
Color(red: 0.224, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#394413")Accessibility — WCAG contrast
Aa
#394413 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394413 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green26.7%
Blue7.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow72.1%
Key (black)73.3%
Color previews
#394413 text on a black background
contrast 2.01:1
Card sample
#394413 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394413;
Background color
Panel with #394413 background
background-color: #394413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394413; background: linear-gradient(135deg, #394413, #184413);