#376c13
a deep, vivid green · cool · closest name: olivedrab
RGB
55, 108, 19
HSL
96°, 70%, 25%
CMYK
49, 0, 82, 58
Luminance
0.1158
Every format
| HEX | #376c13 |
| RGB | rgb(55, 108, 19) |
| HSL | hsl(96, 70%, 25%) |
| CMYK | cmyk(49%, 0%, 82%, 58%) |
| LAB | lab(40.5 -33.6 40.8) |
| LCH | lch(40.5 52.9 129.5) |
| OKLCH | oklch(0.476 0.130 136.0) |
Copy-ready code
/* CSS */
color: #376c13;
background-color: #376c13;
/* Tailwind (arbitrary) */
class="text-[#376c13] bg-[#376c13]"
/* SCSS */
$brand: #376c13;
/* SwiftUI */
Color(red: 0.216, green: 0.424, blue: 0.075)
/* Android */
Color.parseColor("#376c13")Accessibility — WCAG contrast
Aa
#376c13 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#376c13 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green42.4%
Blue7.5%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow82.4%
Key (black)57.6%
Color previews
#376c13 text on a black background
contrast 3.32:1
Card sample
#376c13 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376c13;
Background color
Panel with #376c13 background
background-color: #376c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 108, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 108, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376c13; background: linear-gradient(135deg, #376c13, #136C2A);