#389321
a dark, vivid green · cool · closest name: forestgreen
RGB
56, 147, 33
HSL
108°, 63%, 35%
CMYK
62, 0, 78, 42
Luminance
0.2182
Every format
| HEX | #389321 |
| RGB | rgb(56, 147, 33) |
| HSL | hsl(108, 63%, 35%) |
| CMYK | cmyk(62%, 0%, 78%, 42%) |
| LAB | lab(53.8 -47.8 48.8) |
| LCH | lch(53.8 68.3 134.4) |
| OKLCH | oklch(0.586 0.171 140.2) |
Copy-ready code
/* CSS */
color: #389321;
background-color: #389321;
/* Tailwind (arbitrary) */
class="text-[#389321] bg-[#389321]"
/* SCSS */
$brand: #389321;
/* SwiftUI */
Color(red: 0.220, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#389321")Accessibility — WCAG contrast
Aa
#389321 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#389321 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green57.6%
Blue12.9%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#389321 text on a black background
contrast 5.36:1
Card sample
#389321 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #389321;
Background color
Panel with #389321 background
background-color: #389321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #389321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #389321; background: linear-gradient(135deg, #389321, #219356);