#369337
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 147, 55
HSL
121°, 46%, 39%
CMYK
63, 0, 63, 42
Luminance
0.2193
Every format
| HEX | #369337 |
| RGB | rgb(54, 147, 55) |
| HSL | hsl(121, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 63%, 42%) |
| LAB | lab(54.0 -46.3 39.8) |
| LCH | lch(54.0 61.0 139.3) |
| OKLCH | oklch(0.588 0.156 143.4) |
Copy-ready code
/* CSS */
color: #369337;
background-color: #369337;
/* Tailwind (arbitrary) */
class="text-[#369337] bg-[#369337]"
/* SCSS */
$brand: #369337;
/* SwiftUI */
Color(red: 0.212, green: 0.576, blue: 0.216)
/* Android */
Color.parseColor("#369337")Accessibility — WCAG contrast
Aa
#369337 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369337 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green57.6%
Blue21.6%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow62.6%
Key (black)42.4%
Color previews
#369337 text on a black background
contrast 5.39:1
Card sample
#369337 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369337;
Background color
Panel with #369337 background
background-color: #369337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 147, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 147, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369337; background: linear-gradient(135deg, #369337, #369375);