Emerald
#62EA6F
GreenColor Codes
All color formats for development
HEX
#62EA6FRGB
rgb(98, 234, 111)HSL
hsl(126, 76%, 65%)OKLCH
oklch(0.835 0.203 145.2)CMYK
cmyk(58%, 0%, 53%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E655
2#28E23A
3#1CCC2D
4#18AF27
5#149220
6#10751A
7#0C5813
8#083A0D
9#041D06
Tints
Lighter variations
1#72EC7E
2#81EE8C
3#91F09B
4#A1F2A9
5#B0F4B7
6#C0F6C6
7#D0F9D4
8#E0FBE2
9#EFFDF1
Tones
Muted variations
1#69E375
2#6FDC7A
3#76D580
4#7DCE85
5#84C88B
6#8BC190
7#91BA95
8#98B39B
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FBE2;
--emerald-200: #C5F7CA;
--emerald-300: #98F1A1;
--emerald-400: #62EA6F;
--emerald-500: #35E346;
--emerald-600: #1BC52C;
--emerald-700: #159D23;
--emerald-800: #0F7019;
--emerald-900: #0A4810;
--emerald-950: #062D0A;
}