#397721
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 119, 33
HSL
103°, 57%, 30%
CMYK
52, 0, 72, 53
Luminance
0.1417
Every format
| HEX | #397721 |
| RGB | rgb(57, 119, 33) |
| HSL | hsl(103, 57%, 30%) |
| CMYK | cmyk(52%, 0%, 72%, 53%) |
| LAB | lab(44.5 -36.6 39.4) |
| LCH | lch(44.5 53.7 132.9) |
| OKLCH | oklch(0.509 0.135 138.4) |
Copy-ready code
/* CSS */
color: #397721;
background-color: #397721;
/* Tailwind (arbitrary) */
class="text-[#397721] bg-[#397721]"
/* SCSS */
$brand: #397721;
/* SwiftUI */
Color(red: 0.224, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#397721")Accessibility — WCAG contrast
Aa
#397721 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#397721 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green46.7%
Blue12.9%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#397721 text on a black background
contrast 3.83:1
Card sample
#397721 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397721;
Background color
Panel with #397721 background
background-color: #397721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397721; background: linear-gradient(135deg, #397721, #217742);