#398821
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 136, 33
HSL
106°, 61%, 33%
CMYK
58, 0, 76, 47
Luminance
0.1859
Every format
| HEX | #398821 |
| RGB | rgb(57, 136, 33) |
| HSL | hsl(106, 61%, 33%) |
| CMYK | cmyk(58%, 0%, 76%, 47%) |
| LAB | lab(50.2 -43.4 45.2) |
| LCH | lch(50.2 62.7 133.9) |
| OKLCH | oklch(0.556 0.157 139.5) |
Copy-ready code
/* CSS */
color: #398821;
background-color: #398821;
/* Tailwind (arbitrary) */
class="text-[#398821] bg-[#398821]"
/* SCSS */
$brand: #398821;
/* SwiftUI */
Color(red: 0.224, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#398821")Accessibility — WCAG contrast
Aa
#398821 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398821 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green53.3%
Blue12.9%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#398821 text on a black background
contrast 4.72:1
Card sample
#398821 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398821;
Background color
Panel with #398821 background
background-color: #398821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398821; background: linear-gradient(135deg, #398821, #21884E);