#376d09
a deep, electric green · cool · closest name: olivedrab
RGB
55, 109, 9
HSL
92°, 85%, 23%
CMYK
50, 0, 92, 57
Luminance
0.1177
Every format
| HEX | #376d09 |
| RGB | rgb(55, 109, 9) |
| HSL | hsl(92, 85%, 23%) |
| CMYK | cmyk(50%, 0%, 92%, 57%) |
| LAB | lab(40.9 -34.5 43.9) |
| LCH | lch(40.9 55.9 128.2) |
| OKLCH | oklch(0.479 0.136 135.3) |
Copy-ready code
/* CSS */
color: #376d09;
background-color: #376d09;
/* Tailwind (arbitrary) */
class="text-[#376d09] bg-[#376d09]"
/* SCSS */
$brand: #376d09;
/* SwiftUI */
Color(red: 0.216, green: 0.427, blue: 0.035)
/* Android */
Color.parseColor("#376d09")Accessibility — WCAG contrast
Aa
#376d09 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#376d09 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green42.7%
Blue3.5%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow91.7%
Key (black)57.3%
Color previews
#376d09 text on a black background
contrast 3.35:1
Card sample
#376d09 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376d09;
Background color
Panel with #376d09 background
background-color: #376d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 109, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 109, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376d09; background: linear-gradient(135deg, #376d09, #096D1E);