#36975f
a dark, vivid green · cool · closest name: seagreen
RGB
54, 151, 95
HSL
145°, 47%, 40%
CMYK
64, 0, 37, 41
Luminance
0.2374
Every format
| HEX | #36975f |
| RGB | rgb(54, 151, 95) |
| HSL | hsl(145, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 37%, 41%) |
| LAB | lab(55.8 -41.5 21.4) |
| LCH | lch(55.8 46.7 152.7) |
| OKLCH | oklch(0.605 0.125 154.5) |
Copy-ready code
/* CSS */
color: #36975f;
background-color: #36975f;
/* Tailwind (arbitrary) */
class="text-[#36975f] bg-[#36975f]"
/* SCSS */
$brand: #36975f;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.373)
/* Android */
Color.parseColor("#36975f")Accessibility — WCAG contrast
Aa
#36975f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36975f on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue37.3%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow37.1%
Key (black)40.8%
Color previews
#36975f text on a black background
contrast 5.75:1
Card sample
#36975f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36975f;
Background color
Panel with #36975f background
background-color: #36975f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36975f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36975f; background: linear-gradient(135deg, #36975f, #368E97);