#397513
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 117, 19
HSL
97°, 72%, 27%
CMYK
51, 0, 84, 54
Luminance
0.1364
Every format
| HEX | #397513 |
| RGB | rgb(57, 117, 19) |
| HSL | hsl(97, 72%, 27%) |
| CMYK | cmyk(51%, 0%, 84%, 54%) |
| LAB | lab(43.7 -36.8 43.8) |
| LCH | lch(43.7 57.2 130.0) |
| OKLCH | oklch(0.503 0.141 136.6) |
Copy-ready code
/* CSS */
color: #397513;
background-color: #397513;
/* Tailwind (arbitrary) */
class="text-[#397513] bg-[#397513]"
/* SCSS */
$brand: #397513;
/* SwiftUI */
Color(red: 0.224, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#397513")Accessibility — WCAG contrast
Aa
#397513 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#397513 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green45.9%
Blue7.5%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow83.8%
Key (black)54.1%
Color previews
#397513 text on a black background
contrast 3.73:1
Card sample
#397513 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397513;
Background color
Panel with #397513 background
background-color: #397513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397513; background: linear-gradient(135deg, #397513, #13752E);