Emerald
#62EA8B
GreenColor Codes
All color formats for development
HEX
#62EA8BRGB
rgb(98, 234, 139)HSL
hsl(138, 76%, 65%)OKLCH
oklch(0.839 0.178 150.6)CMYK
cmyk(58%, 0%, 41%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E675
2#28E25F
3#1CCC51
4#18AF45
5#14923A
6#10752E
7#0C5823
8#083A17
9#041D0C
Tints
Lighter variations
1#72EC96
2#81EEA2
3#91F0AE
4#A1F2B9
5#B0F4C5
6#C0F6D0
7#D0F9DC
8#E0FBE8
9#EFFDF3
Tones
Muted variations
1#69E38D
2#6FDC90
3#76D593
4#7DCE95
5#84C898
6#8BC19B
7#91BA9E
8#98B3A0
9#9FADA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FBE8;
--emerald-200: #C5F7D4;
--emerald-300: #98F1B3;
--emerald-400: #62EA8B;
--emerald-500: #35E369;
--emerald-600: #1BC54E;
--emerald-700: #159D3E;
--emerald-800: #0F702C;
--emerald-900: #0A481C;
--emerald-950: #062D12;
}