#377621
a dark, vivid green · cool · closest name: forestgreen
RGB
55, 118, 33
HSL
105°, 56%, 30%
CMYK
53, 0, 72, 54
Luminance
0.1388
Every format
| HEX | #377621 |
| RGB | rgb(55, 118, 33) |
| HSL | hsl(105, 56%, 30%) |
| CMYK | cmyk(53%, 0%, 72%, 54%) |
| LAB | lab(44.1 -36.8 38.9) |
| LCH | lch(44.1 53.5 133.4) |
| OKLCH | oklch(0.505 0.135 138.8) |
Copy-ready code
/* CSS */
color: #377621;
background-color: #377621;
/* Tailwind (arbitrary) */
class="text-[#377621] bg-[#377621]"
/* SCSS */
$brand: #377621;
/* SwiftUI */
Color(red: 0.216, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#377621")Accessibility — WCAG contrast
Aa
#377621 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#377621 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green46.3%
Blue12.9%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#377621 text on a black background
contrast 3.78:1
Card sample
#377621 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #377621;
Background color
Panel with #377621 background
background-color: #377621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #377621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #377621; background: linear-gradient(135deg, #377621, #217644);