#376721
a dark, vivid green · cool · closest name: seagreen
RGB
55, 103, 33
HSL
101°, 52%, 27%
CMYK
47, 0, 68, 60
Luminance
0.1062
Every format
| HEX | #376721 |
| RGB | rgb(55, 103, 33) |
| HSL | hsl(101, 52%, 27%) |
| CMYK | cmyk(47%, 0%, 68%, 60%) |
| LAB | lab(38.9 -30.3 33.4) |
| LCH | lch(38.9 45.1 132.2) |
| OKLCH | oklch(0.463 0.114 137.3) |
Copy-ready code
/* CSS */
color: #376721;
background-color: #376721;
/* Tailwind (arbitrary) */
class="text-[#376721] bg-[#376721]"
/* SCSS */
$brand: #376721;
/* SwiftUI */
Color(red: 0.216, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#376721")Accessibility — WCAG contrast
Aa
#376721 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#376721 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green40.4%
Blue12.9%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#376721 text on a black background
contrast 3.12:1
Card sample
#376721 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376721;
Background color
Panel with #376721 background
background-color: #376721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376721; background: linear-gradient(135deg, #376721, #21673A);