#369136
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 145, 54
HSL
120°, 46%, 39%
CMYK
63, 0, 63, 43
Luminance
0.2130
Every format
| HEX | #369136 |
| RGB | rgb(54, 145, 54) |
| HSL | hsl(120, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 63%, 43%) |
| LAB | lab(53.3 -45.6 39.5) |
| LCH | lch(53.3 60.4 139.1) |
| OKLCH | oklch(0.582 0.155 143.3) |
Copy-ready code
/* CSS */
color: #369136;
background-color: #369136;
/* Tailwind (arbitrary) */
class="text-[#369136] bg-[#369136]"
/* SCSS */
$brand: #369136;
/* SwiftUI */
Color(red: 0.212, green: 0.569, blue: 0.212)
/* Android */
Color.parseColor("#369136")Accessibility — WCAG contrast
Aa
#369136 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369136 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.9%
Blue21.2%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow62.8%
Key (black)43.1%
Color previews
#369136 text on a black background
contrast 5.26:1
Card sample
#369136 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369136;
Background color
Panel with #369136 background
background-color: #369136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 145, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 145, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369136; background: linear-gradient(135deg, #369136, #369173);