Emerald
#36E27E
GreenColor Codes
All color formats for development
HEX
#36E27ERGB
rgb(54, 226, 126)HSL
hsl(145, 75%, 55%)OKLCH
oklch(0.806 0.195 152.3)CMYK
cmyk(76%, 0%, 44%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DD6E
2#1CC462
3#19AC56
4#15934A
5#127B3D
6#0E6231
7#0B4A25
8#073119
9#04190C
Tints
Lighter variations
1#4AE58B
2#5EE898
3#72EBA5
4#87EEB2
5#9BF1BE
6#AFF4CB
7#C3F6D8
8#D7F9E5
9#EBFCF2
Tones
Muted variations
1#3FDA7F
2#47D181
3#50C882
4#59C084
5#61B785
6#6AAF87
7#72A688
8#7B9D89
9#84958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BD | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99B | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC462 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4724 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FBEB;
--emerald-200: #C5F7DA;
--emerald-300: #98F0BD;
--emerald-400: #63E99B;
--emerald-500: #36E27E;
--emerald-600: #1CC462;
--emerald-700: #169C4E;
--emerald-800: #107038;
--emerald-900: #0A4724;
--emerald-950: #062D16;
}