#369042
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 144, 66
HSL
128°, 46%, 39%
CMYK
63, 0, 54, 44
Luminance
0.2112
Every format
| HEX | #369042 |
| RGB | rgb(54, 144, 66) |
| HSL | hsl(128, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 54%, 44%) |
| LAB | lab(53.1 -43.7 33.4) |
| LCH | lch(53.1 55.0 142.6) |
| OKLCH | oklch(0.581 0.143 145.8) |
Copy-ready code
/* CSS */
color: #369042;
background-color: #369042;
/* Tailwind (arbitrary) */
class="text-[#369042] bg-[#369042]"
/* SCSS */
$brand: #369042;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.259)
/* Android */
Color.parseColor("#369042")Accessibility — WCAG contrast
Aa
#369042 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369042 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue25.9%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow54.2%
Key (black)43.5%
Color previews
#369042 text on a black background
contrast 5.22:1
Card sample
#369042 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369042;
Background color
Panel with #369042 background
background-color: #369042;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369042;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369042; background: linear-gradient(135deg, #369042, #36907E);