#376021
a dark, vivid green · cool · closest name: seagreen
RGB
55, 96, 33
HSL
99°, 49%, 25%
CMYK
43, 0, 66, 62
Luminance
0.0929
Every format
| HEX | #376021 |
| RGB | rgb(55, 96, 33) |
| HSL | hsl(99, 49%, 25%) |
| CMYK | cmyk(43%, 0%, 66%, 62%) |
| LAB | lab(36.5 -27.0 30.8) |
| LCH | lch(36.5 40.9 131.3) |
| OKLCH | oklch(0.444 0.103 136.2) |
Copy-ready code
/* CSS */
color: #376021;
background-color: #376021;
/* Tailwind (arbitrary) */
class="text-[#376021] bg-[#376021]"
/* SCSS */
$brand: #376021;
/* SwiftUI */
Color(red: 0.216, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#376021")Accessibility — WCAG contrast
Aa
#376021 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#376021 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green37.6%
Blue12.9%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#376021 text on a black background
contrast 2.86:1
Card sample
#376021 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376021;
Background color
Panel with #376021 background
background-color: #376021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376021; background: linear-gradient(135deg, #376021, #216035);