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