#377607
a deep, electric green · cool · closest name: forestgreen
RGB
55, 118, 7
HSL
94°, 89%, 25%
CMYK
53, 0, 94, 54
Luminance
0.1378
Every format
| HEX | #377607 |
| RGB | rgb(55, 118, 7) |
| HSL | hsl(94, 89%, 25%) |
| CMYK | cmyk(53%, 0%, 94%, 54%) |
| LAB | lab(43.9 -38.3 47.0) |
| LCH | lch(43.9 60.6 129.2) |
| OKLCH | oklch(0.504 0.148 136.4) |
Copy-ready code
/* CSS */
color: #377607;
background-color: #377607;
/* Tailwind (arbitrary) */
class="text-[#377607] bg-[#377607]"
/* SCSS */
$brand: #377607;
/* SwiftUI */
Color(red: 0.216, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#377607")Accessibility — WCAG contrast
Aa
#377607 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#377607 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#377607 text on a black background
contrast 3.76:1
Card sample
#377607 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #377607;
Background color
Panel with #377607 background
background-color: #377607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #377607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #377607; background: linear-gradient(135deg, #377607, #077621);