#396621
a dark, vivid green · cool · closest name: seagreen
RGB
57, 102, 33
HSL
99°, 51%, 27%
CMYK
44, 0, 68, 60
Luminance
0.1048
Every format
| HEX | #396621 |
| RGB | rgb(57, 102, 33) |
| HSL | hsl(99, 51%, 27%) |
| CMYK | cmyk(44%, 0%, 68%, 60%) |
| LAB | lab(38.7 -29.1 33.2) |
| LCH | lch(38.7 44.1 131.2) |
| OKLCH | oklch(0.462 0.111 136.4) |
Copy-ready code
/* CSS */
color: #396621;
background-color: #396621;
/* Tailwind (arbitrary) */
class="text-[#396621] bg-[#396621]"
/* SCSS */
$brand: #396621;
/* SwiftUI */
Color(red: 0.224, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#396621")Accessibility — WCAG contrast
Aa
#396621 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396621 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green40.0%
Blue12.9%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#396621 text on a black background
contrast 3.10:1
Card sample
#396621 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396621;
Background color
Panel with #396621 background
background-color: #396621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396621; background: linear-gradient(135deg, #396621, #216637);