#36976f
a dark, vivid green · cool · closest name: seagreen
RGB
54, 151, 111
HSL
155°, 47%, 40%
CMYK
64, 0, 27, 41
Luminance
0.2407
Every format
| HEX | #36976f |
| RGB | rgb(54, 151, 111) |
| HSL | hsl(155, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 27%, 41%) |
| LAB | lab(56.1 -38.1 12.9) |
| LCH | lch(56.1 40.2 161.3) |
| OKLCH | oklch(0.609 0.110 162.5) |
Copy-ready code
/* CSS */
color: #36976f;
background-color: #36976f;
/* Tailwind (arbitrary) */
class="text-[#36976f] bg-[#36976f]"
/* SCSS */
$brand: #36976f;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.435)
/* Android */
Color.parseColor("#36976f")Accessibility — WCAG contrast
Aa
#36976f on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36976f on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue43.5%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow26.5%
Key (black)40.8%
Color previews
#36976f text on a black background
contrast 5.81:1
Card sample
#36976f text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36976f;
Background color
Panel with #36976f background
background-color: #36976f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36976f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36976f; background: linear-gradient(135deg, #36976f, #367E97);