Emerald
#36E284
GreenColor Codes
All color formats for development
HEX
#36E284RGB
rgb(54, 226, 132)HSL
hsl(147, 75%, 55%)OKLCH
oklch(0.807 0.19 153.6)CMYK
cmyk(76%, 0%, 42%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DD75
2#1CC468
3#19AC5B
4#15934E
5#127B41
6#0E6234
7#0B4A27
8#07311A
9#04190D
Tints
Lighter variations
1#4AE590
2#5EE89C
3#72EBA9
4#87EEB5
5#9BF1C1
6#AFF4CE
7#C3F6DA
8#D7F9E6
9#EBFCF3
Tones
Muted variations
1#3FDA85
2#47D185
3#50C886
4#59C087
5#61B788
6#6AAF89
7#72A68A
8#7B9D8B
9#84958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E284 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC468 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4726 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEC;
--emerald-200: #C5F7DB;
--emerald-300: #98F0C0;
--emerald-400: #63E99F;
--emerald-500: #36E284;
--emerald-600: #1CC468;
--emerald-700: #169C53;
--emerald-800: #10703B;
--emerald-900: #0A4726;
--emerald-950: #062D18;
}