#369f28
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 159, 40
HSL
113°, 60%, 39%
CMYK
66, 0, 75, 38
Luminance
0.2573
Every format
| HEX | #369f28 |
| RGB | rgb(54, 159, 40) |
| HSL | hsl(113, 60%, 39%) |
| CMYK | cmyk(66%, 0%, 75%, 38%) |
| LAB | lab(57.8 -52.1 50.2) |
| LCH | lch(57.8 72.3 136.1) |
| OKLCH | oklch(0.619 0.182 141.5) |
Copy-ready code
/* CSS */
color: #369f28;
background-color: #369f28;
/* Tailwind (arbitrary) */
class="text-[#369f28] bg-[#369f28]"
/* SCSS */
$brand: #369f28;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.157)
/* Android */
Color.parseColor("#369f28")Accessibility — WCAG contrast
Aa
#369f28 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369f28 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue15.7%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow74.8%
Key (black)37.6%
Color previews
#369f28 text on a black background
contrast 6.15:1
Card sample
#369f28 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369f28;
Background color
Panel with #369f28 background
background-color: #369f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369f28; background: linear-gradient(135deg, #369f28, #289F69);