#398839
a dark, soft green · cool · closest name: forestgreen
RGB
57, 136, 57
HSL
120°, 41%, 38%
CMYK
58, 0, 58, 47
Luminance
0.1877
Every format
| HEX | #398839 |
| RGB | rgb(57, 136, 57) |
| HSL | hsl(120, 41%, 38%) |
| CMYK | cmyk(58%, 0%, 58%, 47%) |
| LAB | lab(50.4 -41.0 34.8) |
| LCH | lch(50.4 53.7 139.7) |
| OKLCH | oklch(0.559 0.139 143.4) |
Copy-ready code
/* CSS */
color: #398839;
background-color: #398839;
/* Tailwind (arbitrary) */
class="text-[#398839] bg-[#398839]"
/* SCSS */
$brand: #398839;
/* SwiftUI */
Color(red: 0.224, green: 0.533, blue: 0.224)
/* Android */
Color.parseColor("#398839")Accessibility — WCAG contrast
Aa
#398839 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398839 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green53.3%
Blue22.4%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow58.1%
Key (black)46.7%
Color previews
#398839 text on a black background
contrast 4.75:1
Card sample
#398839 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398839;
Background color
Panel with #398839 background
background-color: #398839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 136, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 136, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398839; background: linear-gradient(135deg, #398839, #39886E);