#396021
a dark, vivid green · cool · closest name: seagreen
RGB
57, 96, 33
HSL
97°, 49%, 25%
CMYK
41, 0, 66, 62
Luminance
0.0935
Every format
| HEX | #396021 |
| RGB | rgb(57, 96, 33) |
| HSL | hsl(97, 49%, 25%) |
| CMYK | cmyk(41%, 0%, 66%, 62%) |
| LAB | lab(36.6 -26.2 30.9) |
| LCH | lch(36.6 40.5 130.3) |
| OKLCH | oklch(0.445 0.102 135.4) |
Copy-ready code
/* CSS */
color: #396021;
background-color: #396021;
/* Tailwind (arbitrary) */
class="text-[#396021] bg-[#396021]"
/* SCSS */
$brand: #396021;
/* SwiftUI */
Color(red: 0.224, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#396021")Accessibility — WCAG contrast
Aa
#396021 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#396021 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green37.6%
Blue12.9%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#396021 text on a black background
contrast 2.87:1
Card sample
#396021 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396021;
Background color
Panel with #396021 background
background-color: #396021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396021; background: linear-gradient(135deg, #396021, #216033);