#387c07
a dark, electric green · cool · closest name: forestgreen
RGB
56, 124, 7
HSL
95°, 89%, 26%
CMYK
55, 0, 94, 51
Luminance
0.1527
Every format
| HEX | #387c07 |
| RGB | rgb(56, 124, 7) |
| HSL | hsl(95, 89%, 26%) |
| CMYK | cmyk(55%, 0%, 94%, 51%) |
| LAB | lab(46.0 -40.4 48.7) |
| LCH | lch(46.0 63.3 129.7) |
| OKLCH | oklch(0.521 0.154 136.8) |
Copy-ready code
/* CSS */
color: #387c07;
background-color: #387c07;
/* Tailwind (arbitrary) */
class="text-[#387c07] bg-[#387c07]"
/* SCSS */
$brand: #387c07;
/* SwiftUI */
Color(red: 0.220, green: 0.486, blue: 0.027)
/* Android */
Color.parseColor("#387c07")Accessibility — WCAG contrast
Aa
#387c07 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#387c07 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green48.6%
Blue2.7%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow94.4%
Key (black)51.4%
Color previews
#387c07 text on a black background
contrast 4.05:1
Card sample
#387c07 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #387c07;
Background color
Panel with #387c07 background
background-color: #387c07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #387c07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 124, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 124, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #387c07; background: linear-gradient(135deg, #387c07, #077C24);