#369e4f
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 158, 79
HSL
134°, 49%, 42%
CMYK
66, 0, 50, 38
Luminance
0.2580
Every format
| HEX | #369e4f |
| RGB | rgb(54, 158, 79) |
| HSL | hsl(134, 49%, 42%) |
| CMYK | cmyk(66%, 0%, 50%, 38%) |
| LAB | lab(57.9 -47.2 32.6) |
| LCH | lch(57.9 57.3 145.4) |
| OKLCH | oklch(0.621 0.150 148.1) |
Copy-ready code
/* CSS */
color: #369e4f;
background-color: #369e4f;
/* Tailwind (arbitrary) */
class="text-[#369e4f] bg-[#369e4f]"
/* SCSS */
$brand: #369e4f;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.310)
/* Android */
Color.parseColor("#369e4f")Accessibility — WCAG contrast
Aa
#369e4f on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369e4f on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue31.0%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow50.0%
Key (black)38.0%
Color previews
#369e4f text on a black background
contrast 6.16:1
Card sample
#369e4f text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369e4f;
Background color
Panel with #369e4f background
background-color: #369e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369e4f; background: linear-gradient(135deg, #369e4f, #369E94);