#369629
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 150, 41
HSL
113°, 57%, 38%
CMYK
64, 0, 73, 41
Luminance
0.2276
Every format
| HEX | #369629 |
| RGB | rgb(54, 150, 41) |
| HSL | hsl(113, 57%, 38%) |
| CMYK | cmyk(64%, 0%, 73%, 41%) |
| LAB | lab(54.8 -48.8 46.8) |
| LCH | lch(54.8 67.6 136.2) |
| OKLCH | oklch(0.594 0.171 141.4) |
Copy-ready code
/* CSS */
color: #369629;
background-color: #369629;
/* Tailwind (arbitrary) */
class="text-[#369629] bg-[#369629]"
/* SCSS */
$brand: #369629;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.161)
/* Android */
Color.parseColor("#369629")Accessibility — WCAG contrast
Aa
#369629 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369629 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue16.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow72.7%
Key (black)41.2%
Color previews
#369629 text on a black background
contrast 5.55:1
Card sample
#369629 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369629;
Background color
Panel with #369629 background
background-color: #369629;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369629;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369629; background: linear-gradient(135deg, #369629, #299665);