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