#396321
a dark, vivid green · cool · closest name: seagreen
RGB
57, 99, 33
HSL
98°, 50%, 26%
CMYK
42, 0, 67, 61
Luminance
0.0990
Every format
| HEX | #396321 |
| RGB | rgb(57, 99, 33) |
| HSL | hsl(98, 50%, 26%) |
| CMYK | cmyk(42%, 0%, 67%, 61%) |
| LAB | lab(37.7 -27.7 32.0) |
| LCH | lch(37.7 42.3 130.8) |
| OKLCH | oklch(0.453 0.107 135.9) |
Copy-ready code
/* CSS */
color: #396321;
background-color: #396321;
/* Tailwind (arbitrary) */
class="text-[#396321] bg-[#396321]"
/* SCSS */
$brand: #396321;
/* SwiftUI */
Color(red: 0.224, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#396321")Accessibility — WCAG contrast
Aa
#396321 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#396321 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green38.8%
Blue12.9%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#396321 text on a black background
contrast 2.98:1
Card sample
#396321 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396321;
Background color
Panel with #396321 background
background-color: #396321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396321; background: linear-gradient(135deg, #396321, #216335);