#397821
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 120, 33
HSL
103°, 57%, 30%
CMYK
53, 0, 73, 53
Luminance
0.1441
Every format
| HEX | #397821 |
| RGB | rgb(57, 120, 33) |
| HSL | hsl(103, 57%, 30%) |
| CMYK | cmyk(53%, 0%, 73%, 53%) |
| LAB | lab(44.8 -37.0 39.7) |
| LCH | lch(44.8 54.3 133.0) |
| OKLCH | oklch(0.512 0.136 138.5) |
Copy-ready code
/* CSS */
color: #397821;
background-color: #397821;
/* Tailwind (arbitrary) */
class="text-[#397821] bg-[#397821]"
/* SCSS */
$brand: #397821;
/* SwiftUI */
Color(red: 0.224, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#397821")Accessibility — WCAG contrast
Aa
#397821 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#397821 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green47.1%
Blue12.9%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#397821 text on a black background
contrast 3.88:1
Card sample
#397821 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397821;
Background color
Panel with #397821 background
background-color: #397821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397821; background: linear-gradient(135deg, #397821, #217843);