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