#387621
a dark, vivid green · cool · closest name: forestgreen
RGB
56, 118, 33
HSL
104°, 56%, 30%
CMYK
53, 0, 72, 54
Luminance
0.1391
Every format
| HEX | #387621 |
| RGB | rgb(56, 118, 33) |
| HSL | hsl(104, 56%, 30%) |
| CMYK | cmyk(53%, 0%, 72%, 54%) |
| LAB | lab(44.1 -36.5 39.0) |
| LCH | lch(44.1 53.4 133.1) |
| OKLCH | oklch(0.506 0.134 138.6) |
Copy-ready code
/* CSS */
color: #387621;
background-color: #387621;
/* Tailwind (arbitrary) */
class="text-[#387621] bg-[#387621]"
/* SCSS */
$brand: #387621;
/* SwiftUI */
Color(red: 0.220, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#387621")Accessibility — WCAG contrast
Aa
#387621 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#387621 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green46.3%
Blue12.9%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#387621 text on a black background
contrast 3.78:1
Card sample
#387621 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #387621;
Background color
Panel with #387621 background
background-color: #387621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #387621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #387621; background: linear-gradient(135deg, #387621, #217643);