#36904f
a dark, vivid green · cool · closest name: seagreen
RGB
54, 144, 79
HSL
137°, 46%, 39%
CMYK
63, 0, 45, 44
Luminance
0.2130
Every format
| HEX | #36904f |
| RGB | rgb(54, 144, 79) |
| HSL | hsl(137, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 45%, 44%) |
| LAB | lab(53.3 -41.6 26.8) |
| LCH | lch(53.3 49.5 147.2) |
| OKLCH | oklch(0.583 0.130 149.6) |
Copy-ready code
/* CSS */
color: #36904f;
background-color: #36904f;
/* Tailwind (arbitrary) */
class="text-[#36904f] bg-[#36904f]"
/* SCSS */
$brand: #36904f;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.310)
/* Android */
Color.parseColor("#36904f")Accessibility — WCAG contrast
Aa
#36904f on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36904f on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue31.0%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow45.1%
Key (black)43.5%
Color previews
#36904f text on a black background
contrast 5.26:1
Card sample
#36904f text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36904f;
Background color
Panel with #36904f background
background-color: #36904f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36904f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36904f; background: linear-gradient(135deg, #36904f, #36908B);