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