Emerald
#62EA7D
GreenColor Codes
All color formats for development
HEX
#62EA7DRGB
rgb(98, 234, 125)HSL
hsl(132, 76%, 65%)OKLCH
oklch(0.837 0.191 147.6)CMYK
cmyk(58%, 0%, 47%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E665
2#28E24D
3#1CCC3F
4#18AF36
5#14922D
6#107524
7#0C581B
8#083A12
9#041D09
Tints
Lighter variations
1#72EC8A
2#81EE97
3#91F0A4
4#A1F2B1
5#B0F4BE
6#C0F6CB
7#D0F9D8
8#E0FBE5
9#EFFDF2
Tones
Muted variations
1#69E381
2#6FDC85
3#76D589
4#7DCE8D
5#84C891
6#8BC195
7#91BA9A
8#98B39E
9#9FADA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E358 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7023 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4816 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E0FBE5;
--emerald-200: #C5F7CF;
--emerald-300: #98F1AA;
--emerald-400: #62EA7D;
--emerald-500: #35E358;
--emerald-600: #1BC53D;
--emerald-700: #159D31;
--emerald-800: #0F7023;
--emerald-900: #0A4816;
--emerald-950: #062D0E;
}