#36905f
a dark, vivid green · cool · closest name: seagreen
RGB
54, 144, 95
HSL
147°, 46%, 39%
CMYK
63, 0, 34, 44
Luminance
0.2156
Every format
| HEX | #36905f |
| RGB | rgb(54, 144, 95) |
| HSL | hsl(147, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 34%, 44%) |
| LAB | lab(53.5 -38.5 18.3) |
| LCH | lch(53.5 42.7 154.6) |
| OKLCH | oklch(0.586 0.115 156.2) |
Copy-ready code
/* CSS */
color: #36905f;
background-color: #36905f;
/* Tailwind (arbitrary) */
class="text-[#36905f] bg-[#36905f]"
/* SCSS */
$brand: #36905f;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.373)
/* Android */
Color.parseColor("#36905f")Accessibility — WCAG contrast
Aa
#36905f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36905f on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue37.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow34.0%
Key (black)43.5%
Color previews
#36905f text on a black background
contrast 5.31:1
Card sample
#36905f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36905f;
Background color
Panel with #36905f background
background-color: #36905f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36905f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36905f; background: linear-gradient(135deg, #36905f, #368590);