#376621
a dark, vivid green · cool · closest name: seagreen
RGB
55, 102, 33
HSL
101°, 51%, 27%
CMYK
46, 0, 68, 60
Luminance
0.1042
Every format
| HEX | #376621 |
| RGB | rgb(55, 102, 33) |
| HSL | hsl(101, 51%, 27%) |
| CMYK | cmyk(46%, 0%, 68%, 60%) |
| LAB | lab(38.6 -29.8 33.0) |
| LCH | lch(38.6 44.5 132.0) |
| OKLCH | oklch(0.461 0.112 137.2) |
Copy-ready code
/* CSS */
color: #376621;
background-color: #376621;
/* Tailwind (arbitrary) */
class="text-[#376621] bg-[#376621]"
/* SCSS */
$brand: #376621;
/* SwiftUI */
Color(red: 0.216, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#376621")Accessibility — WCAG contrast
Aa
#376621 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#376621 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green40.0%
Blue12.9%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#376621 text on a black background
contrast 3.08:1
Card sample
#376621 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376621;
Background color
Panel with #376621 background
background-color: #376621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376621; background: linear-gradient(135deg, #376621, #216639);