#367b2f
a dark, soft green · cool · closest name: seagreen
RGB
54, 123, 47
HSL
115°, 45%, 33%
CMYK
56, 0, 62, 52
Luminance
0.1516
Every format
| HEX | #367b2f |
| RGB | rgb(54, 123, 47) |
| HSL | hsl(115, 45%, 33%) |
| CMYK | cmyk(56%, 0%, 62%, 52%) |
| LAB | lab(45.9 -37.7 34.4) |
| LCH | lch(45.9 51.0 137.6) |
| OKLCH | oklch(0.520 0.131 141.8) |
Copy-ready code
/* CSS */
color: #367b2f;
background-color: #367b2f;
/* Tailwind (arbitrary) */
class="text-[#367b2f] bg-[#367b2f]"
/* SCSS */
$brand: #367b2f;
/* SwiftUI */
Color(red: 0.212, green: 0.482, blue: 0.184)
/* Android */
Color.parseColor("#367b2f")Accessibility — WCAG contrast
Aa
#367b2f on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367b2f on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green48.2%
Blue18.4%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow61.8%
Key (black)51.8%
Color previews
#367b2f text on a black background
contrast 4.03:1
Card sample
#367b2f text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367b2f;
Background color
Panel with #367b2f background
background-color: #367b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 123, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 123, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367b2f; background: linear-gradient(135deg, #367b2f, #2F7B5B);