#36965c
a dark, vivid green · cool · closest name: seagreen
RGB
54, 150, 92
HSL
144°, 47%, 40%
CMYK
64, 0, 39, 41
Luminance
0.2337
Every format
| HEX | #36965c |
| RGB | rgb(54, 150, 92) |
| HSL | hsl(144, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 39%, 41%) |
| LAB | lab(55.5 -41.7 22.5) |
| LCH | lch(55.5 47.4 151.6) |
| OKLCH | oklch(0.602 0.126 153.5) |
Copy-ready code
/* CSS */
color: #36965c;
background-color: #36965c;
/* Tailwind (arbitrary) */
class="text-[#36965c] bg-[#36965c]"
/* SCSS */
$brand: #36965c;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.361)
/* Android */
Color.parseColor("#36965c")Accessibility — WCAG contrast
Aa
#36965c on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36965c on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue36.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow38.7%
Key (black)41.2%
Color previews
#36965c text on a black background
contrast 5.67:1
Card sample
#36965c text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36965c;
Background color
Panel with #36965c background
background-color: #36965c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36965c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36965c; background: linear-gradient(135deg, #36965c, #369096);