#397613
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 118, 19
HSL
97°, 72%, 27%
CMYK
52, 0, 84, 54
Luminance
0.1387
Every format
| HEX | #397613 |
| RGB | rgb(57, 118, 19) |
| HSL | hsl(97, 72%, 27%) |
| CMYK | cmyk(52%, 0%, 84%, 54%) |
| LAB | lab(44.0 -37.2 44.1) |
| LCH | lch(44.0 57.7 130.1) |
| OKLCH | oklch(0.505 0.142 136.7) |
Copy-ready code
/* CSS */
color: #397613;
background-color: #397613;
/* Tailwind (arbitrary) */
class="text-[#397613] bg-[#397613]"
/* SCSS */
$brand: #397613;
/* SwiftUI */
Color(red: 0.224, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#397613")Accessibility — WCAG contrast
Aa
#397613 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#397613 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green46.3%
Blue7.5%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow83.9%
Key (black)53.7%
Color previews
#397613 text on a black background
contrast 3.77:1
Card sample
#397613 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397613;
Background color
Panel with #397613 background
background-color: #397613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397613; background: linear-gradient(135deg, #397613, #13762F);