#394213
a deep, vivid green · cool · closest name: darkslategray
RGB
57, 66, 19
HSL
72°, 55%, 17%
CMYK
14, 0, 71, 74
Luminance
0.0481
Every format
| HEX | #394213 |
| RGB | rgb(57, 66, 19) |
| HSL | hsl(72, 55%, 17%) |
| CMYK | cmyk(14%, 0%, 71%, 74%) |
| LAB | lab(26.2 -11.6 26.5) |
| LCH | lch(26.2 28.9 113.7) |
| OKLCH | oklch(0.360 0.069 119.3) |
Copy-ready code
/* CSS */
color: #394213;
background-color: #394213;
/* Tailwind (arbitrary) */
class="text-[#394213] bg-[#394213]"
/* SCSS */
$brand: #394213;
/* SwiftUI */
Color(red: 0.224, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#394213")Accessibility — WCAG contrast
Aa
#394213 on white: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394213 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green25.9%
Blue7.5%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow71.2%
Key (black)74.1%
Color previews
#394213 text on a black background
contrast 1.96:1
Card sample
#394213 text on a white background
contrast 10.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394213;
Background color
Panel with #394213 background
background-color: #394213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394213; background: linear-gradient(135deg, #394213, #1A4213);