#36974f
a dark, vivid green · cool · closest name: seagreen
RGB
54, 151, 79
HSL
136°, 47%, 40%
CMYK
64, 0, 48, 41
Luminance
0.2348
Every format
| HEX | #36974f |
| RGB | rgb(54, 151, 79) |
| HSL | hsl(136, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 48%, 41%) |
| LAB | lab(55.6 -44.4 29.7) |
| LCH | lch(55.6 53.4 146.2) |
| OKLCH | oklch(0.602 0.140 148.8) |
Copy-ready code
/* CSS */
color: #36974f;
background-color: #36974f;
/* Tailwind (arbitrary) */
class="text-[#36974f] bg-[#36974f]"
/* SCSS */
$brand: #36974f;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.310)
/* Android */
Color.parseColor("#36974f")Accessibility — WCAG contrast
Aa
#36974f on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36974f on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue31.0%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow47.7%
Key (black)40.8%
Color previews
#36974f text on a black background
contrast 5.70:1
Card sample
#36974f text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36974f;
Background color
Panel with #36974f background
background-color: #36974f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36974f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36974f; background: linear-gradient(135deg, #36974f, #369790);