#369641
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 150, 65
HSL
127°, 47%, 40%
CMYK
64, 0, 57, 41
Luminance
0.2298
Every format
| HEX | #369641 |
| RGB | rgb(54, 150, 65) |
| HSL | hsl(127, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 57%, 41%) |
| LAB | lab(55.0 -46.1 36.3) |
| LCH | lch(55.0 58.7 141.8) |
| OKLCH | oklch(0.597 0.152 145.3) |
Copy-ready code
/* CSS */
color: #369641;
background-color: #369641;
/* Tailwind (arbitrary) */
class="text-[#369641] bg-[#369641]"
/* SCSS */
$brand: #369641;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.255)
/* Android */
Color.parseColor("#369641")Accessibility — WCAG contrast
Aa
#369641 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369641 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue25.5%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow56.7%
Key (black)41.2%
Color previews
#369641 text on a black background
contrast 5.60:1
Card sample
#369641 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369641;
Background color
Panel with #369641 background
background-color: #369641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369641; background: linear-gradient(135deg, #369641, #369681);