#36906c
a dark, vivid green · cool · closest name: seagreen
RGB
54, 144, 108
HSL
156°, 46%, 39%
CMYK
63, 0, 25, 44
Luminance
0.2181
Every format
| HEX | #36906c |
| RGB | rgb(54, 144, 108) |
| HSL | hsl(156, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 25%, 44%) |
| LAB | lab(53.8 -35.7 11.3) |
| LCH | lch(53.8 37.4 162.3) |
| OKLCH | oklch(0.589 0.103 163.6) |
Copy-ready code
/* CSS */
color: #36906c;
background-color: #36906c;
/* Tailwind (arbitrary) */
class="text-[#36906c] bg-[#36906c]"
/* SCSS */
$brand: #36906c;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.424)
/* Android */
Color.parseColor("#36906c")Accessibility — WCAG contrast
Aa
#36906c on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36906c on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue42.4%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow25.0%
Key (black)43.5%
Color previews
#36906c text on a black background
contrast 5.36:1
Card sample
#36906c text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36906c;
Background color
Panel with #36906c background
background-color: #36906c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36906c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36906c; background: linear-gradient(135deg, #36906c, #367890);