Emerald
#62EA98
GreenColor Codes
All color formats for development
HEX
#62EA98RGB
rgb(98, 234, 152)HSL
hsl(144, 76%, 65%)OKLCH
oklch(0.841 0.166 154.1)CMYK
cmyk(58%, 0%, 35%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E685
2#28E272
3#1CCC62
4#18AF54
5#149246
6#107538
7#0C582A
8#083A1C
9#041D0E
Tints
Lighter variations
1#72ECA2
2#81EEAD
3#91F0B7
4#A1F2C1
5#B0F4CC
6#C0F6D6
7#D0F9E0
8#E0FBEA
9#EFFDF5
Tones
Muted variations
1#69E39A
2#6FDC9B
3#76D59C
4#7DCE9E
5#84C89F
6#8BC1A0
7#91BAA2
8#98B3A3
9#9FADA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4823 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FBEA;
--emerald-200: #C5F7D9;
--emerald-300: #98F1BB;
--emerald-400: #62EA98;
--emerald-500: #35E37B;
--emerald-600: #1BC55F;
--emerald-700: #159D4C;
--emerald-800: #0F7036;
--emerald-900: #0A4823;
--emerald-950: #062D16;
}