Emerald
#62EA76
GreenColor Codes
All color formats for development
HEX
#62EA76RGB
rgb(98, 234, 118)HSL
hsl(129, 76%, 65%)OKLCH
oklch(0.836 0.197 146.3)CMYK
cmyk(58%, 0%, 50%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E65D
2#28E243
3#1CCC36
4#18AF2F
5#149227
6#10751F
7#0C5817
8#083A10
9#041D08
Tints
Lighter variations
1#72EC84
2#81EE92
3#91F09F
4#A1F2AD
5#B0F4BB
6#C0F6C8
7#D0F9D6
8#E0FBE4
9#EFFDF1
Tones
Muted variations
1#69E37B
2#6FDC80
3#76D585
4#7DCE89
5#84C88E
6#8BC193
7#91BA98
8#98B39C
9#9FADA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA76 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4813 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FBE4;
--emerald-200: #C5F7CC;
--emerald-300: #98F1A5;
--emerald-400: #62EA76;
--emerald-500: #35E34F;
--emerald-600: #1BC535;
--emerald-700: #159D2A;
--emerald-800: #0F701E;
--emerald-900: #0A4813;
--emerald-950: #062D0C;
}