#398e39
a dark, soft green · cool · closest name: forestgreen
RGB
57, 142, 57
HSL
120°, 43%, 39%
CMYK
60, 0, 60, 44
Luminance
0.2051
Every format
| HEX | #398e39 |
| RGB | rgb(57, 142, 57) |
| HSL | hsl(120, 43%, 39%) |
| CMYK | cmyk(60%, 0%, 60%, 44%) |
| LAB | lab(52.4 -43.4 37.1) |
| LCH | lch(52.4 57.1 139.4) |
| OKLCH | oklch(0.575 0.147 143.4) |
Copy-ready code
/* CSS */
color: #398e39;
background-color: #398e39;
/* Tailwind (arbitrary) */
class="text-[#398e39] bg-[#398e39]"
/* SCSS */
$brand: #398e39;
/* SwiftUI */
Color(red: 0.224, green: 0.557, blue: 0.224)
/* Android */
Color.parseColor("#398e39")Accessibility — WCAG contrast
Aa
#398e39 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398e39 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green55.7%
Blue22.4%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow59.9%
Key (black)44.3%
Color previews
#398e39 text on a black background
contrast 5.10:1
Card sample
#398e39 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398e39;
Background color
Panel with #398e39 background
background-color: #398e39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398e39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 142, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 142, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398e39; background: linear-gradient(135deg, #398e39, #398E72);