#36964e
a dark, vivid green · cool · closest name: seagreen
RGB
54, 150, 78
HSL
135°, 47%, 40%
CMYK
64, 0, 48, 41
Luminance
0.2315
Every format
| HEX | #36964e |
| RGB | rgb(54, 150, 78) |
| HSL | hsl(135, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 48%, 41%) |
| LAB | lab(55.2 -44.2 29.8) |
| LCH | lch(55.2 53.3 146.0) |
| OKLCH | oklch(0.599 0.140 148.6) |
Copy-ready code
/* CSS */
color: #36964e;
background-color: #36964e;
/* Tailwind (arbitrary) */
class="text-[#36964e] bg-[#36964e]"
/* SCSS */
$brand: #36964e;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.306)
/* Android */
Color.parseColor("#36964e")Accessibility — WCAG contrast
Aa
#36964e on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36964e on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue30.6%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow48.0%
Key (black)41.2%
Color previews
#36964e text on a black background
contrast 5.63:1
Card sample
#36964e text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36964e;
Background color
Panel with #36964e background
background-color: #36964e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36964e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36964e; background: linear-gradient(135deg, #36964e, #36968E);