#388921
a dark, vivid green · cool · closest name: forestgreen
RGB
56, 137, 33
HSL
107°, 61%, 33%
CMYK
59, 0, 76, 46
Luminance
0.1884
Every format
| HEX | #388921 |
| RGB | rgb(56, 137, 33) |
| HSL | hsl(107, 61%, 33%) |
| CMYK | cmyk(59%, 0%, 76%, 46%) |
| LAB | lab(50.5 -44.1 45.5) |
| LCH | lch(50.5 63.4 134.1) |
| OKLCH | oklch(0.559 0.159 139.8) |
Copy-ready code
/* CSS */
color: #388921;
background-color: #388921;
/* Tailwind (arbitrary) */
class="text-[#388921] bg-[#388921]"
/* SCSS */
$brand: #388921;
/* SwiftUI */
Color(red: 0.220, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#388921")Accessibility — WCAG contrast
Aa
#388921 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#388921 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green53.7%
Blue12.9%
CMYK percentages
Cyan59.1%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#388921 text on a black background
contrast 4.77:1
Card sample
#388921 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #388921;
Background color
Panel with #388921 background
background-color: #388921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #388921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #388921; background: linear-gradient(135deg, #388921, #21894F);