#36da7f
a balanced, vivid green · cool · closest name: forestgreen
RGB
54, 218, 127
HSL
147°, 69%, 53%
CMYK
75, 0, 42, 15
Luminance
0.5246
Every format
| HEX | #36da7f |
| RGB | rgb(54, 218, 127) |
| HSL | hsl(147, 69%, 53%) |
| CMYK | cmyk(75%, 0%, 42%, 15%) |
| LAB | lab(77.5 -61.2 33.2) |
| LCH | lch(77.5 69.7 151.5) |
| OKLCH | oklch(0.786 0.184 153.5) |
Copy-ready code
/* CSS */
color: #36da7f;
background-color: #36da7f;
/* Tailwind (arbitrary) */
class="text-[#36da7f] bg-[#36da7f]"
/* SCSS */
$brand: #36da7f;
/* SwiftUI */
Color(red: 0.212, green: 0.855, blue: 0.498)
/* Android */
Color.parseColor("#36da7f")Accessibility — WCAG contrast
Aa
#36da7f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36da7f on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green85.5%
Blue49.8%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow41.7%
Key (black)14.5%
Color previews
#36da7f text on a black background
contrast 11.49:1
Card sample
#36da7f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36da7f;
Background color
Panel with #36da7f background
background-color: #36da7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36da7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 218, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 218, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36da7f; background: linear-gradient(135deg, #36da7f, #36C8DA);