#369f3c
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 159, 60
HSL
123°, 49%, 42%
CMYK
66, 0, 62, 38
Luminance
0.2591
Every format
| HEX | #369f3c |
| RGB | rgb(54, 159, 60) |
| HSL | hsl(123, 49%, 42%) |
| CMYK | cmyk(66%, 0%, 62%, 38%) |
| LAB | lab(58.0 -50.1 42.0) |
| LCH | lch(58.0 65.4 140.0) |
| OKLCH | oklch(0.621 0.168 144.1) |
Copy-ready code
/* CSS */
color: #369f3c;
background-color: #369f3c;
/* Tailwind (arbitrary) */
class="text-[#369f3c] bg-[#369f3c]"
/* SCSS */
$brand: #369f3c;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.235)
/* Android */
Color.parseColor("#369f3c")Accessibility — WCAG contrast
Aa
#369f3c on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369f3c on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue23.5%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow62.3%
Key (black)37.6%
Color previews
#369f3c text on a black background
contrast 6.18:1
Card sample
#369f3c text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369f3c;
Background color
Panel with #369f3c background
background-color: #369f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369f3c; background: linear-gradient(135deg, #369f3c, #369F82);