#369328
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 147, 40
HSL
112°, 57%, 37%
CMYK
63, 0, 73, 42
Luminance
0.2180
Every format
| HEX | #369328 |
| RGB | rgb(54, 147, 40) |
| HSL | hsl(112, 57%, 37%) |
| CMYK | cmyk(63%, 0%, 73%, 42%) |
| LAB | lab(53.8 -47.8 46.1) |
| LCH | lch(53.8 66.4 136.0) |
| OKLCH | oklch(0.586 0.167 141.2) |
Copy-ready code
/* CSS */
color: #369328;
background-color: #369328;
/* Tailwind (arbitrary) */
class="text-[#369328] bg-[#369328]"
/* SCSS */
$brand: #369328;
/* SwiftUI */
Color(red: 0.212, green: 0.576, blue: 0.157)
/* Android */
Color.parseColor("#369328")Accessibility — WCAG contrast
Aa
#369328 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369328 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green57.6%
Blue15.7%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow72.8%
Key (black)42.4%
Color previews
#369328 text on a black background
contrast 5.36:1
Card sample
#369328 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369328;
Background color
Panel with #369328 background
background-color: #369328;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369328;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 147, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 147, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369328; background: linear-gradient(135deg, #369328, #289361);