#394021
a deep, soft green · cool · closest name: darkslategray
RGB
57, 64, 33
HSL
74°, 32%, 19%
CMYK
11, 0, 48, 75
Luminance
0.0465
Every format
| HEX | #394021 |
| RGB | rgb(57, 64, 33) |
| HSL | hsl(74, 32%, 19%) |
| CMYK | cmyk(11%, 0%, 48%, 75%) |
| LAB | lab(25.7 -8.9 18.0) |
| LCH | lch(25.7 20.0 116.2) |
| OKLCH | oklch(0.356 0.050 119.4) |
Copy-ready code
/* CSS */
color: #394021;
background-color: #394021;
/* Tailwind (arbitrary) */
class="text-[#394021] bg-[#394021]"
/* SCSS */
$brand: #394021;
/* SwiftUI */
Color(red: 0.224, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#394021")Accessibility — WCAG contrast
Aa
#394021 on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394021 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green25.1%
Blue12.9%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#394021 text on a black background
contrast 1.93:1
Card sample
#394021 text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394021;
Background color
Panel with #394021 background
background-color: #394021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394021; background: linear-gradient(135deg, #394021, #244021);