#394313
a deep, vivid green · cool · closest name: darkslategray
RGB
57, 67, 19
HSL
73°, 56%, 17%
CMYK
15, 0, 72, 74
Luminance
0.0493
Every format
| HEX | #394313 |
| RGB | rgb(57, 67, 19) |
| HSL | hsl(73, 56%, 17%) |
| CMYK | cmyk(15%, 0%, 72%, 74%) |
| LAB | lab(26.5 -12.2 26.9) |
| LCH | lch(26.5 29.5 114.4) |
| OKLCH | oklch(0.362 0.071 120.1) |
Copy-ready code
/* CSS */
color: #394313;
background-color: #394313;
/* Tailwind (arbitrary) */
class="text-[#394313] bg-[#394313]"
/* SCSS */
$brand: #394313;
/* SwiftUI */
Color(red: 0.224, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#394313")Accessibility — WCAG contrast
Aa
#394313 on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394313 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green26.3%
Blue7.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow71.6%
Key (black)73.7%
Color previews
#394313 text on a black background
contrast 1.99:1
Card sample
#394313 text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394313;
Background color
Panel with #394313 background
background-color: #394313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394313; background: linear-gradient(135deg, #394313, #194313);