Emerald
#36E270
GreenColor Codes
All color formats for development
HEX
#36E270RGB
rgb(54, 226, 112)HSL
hsl(140, 75%, 55%)OKLCH
oklch(0.804 0.207 149.5)CMYK
cmyk(76%, 0%, 50%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DD5F
2#1CC454
3#19AC4A
4#15933F
5#127B35
6#0E622A
7#0B4A20
8#073115
9#04190B
Tints
Lighter variations
1#4AE57E
2#5EE88C
3#72EB9B
4#87EEA9
5#9BF1B7
6#AFF4C6
7#C3F6D4
8#D7F9E2
9#EBFCF1
Tones
Muted variations
1#3FDA72
2#47D175
3#50C878
4#59C07B
5#61B77E
6#6AAF81
7#72A684
8#7B9D87
9#849589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B6 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E98F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC454 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A471F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FBE9;
--emerald-200: #C5F7D6;
--emerald-300: #98F0B6;
--emerald-400: #63E98F;
--emerald-500: #36E270;
--emerald-600: #1CC454;
--emerald-700: #169C43;
--emerald-800: #107030;
--emerald-900: #0A471F;
--emerald-950: #062D13;
}