Emerald
#62EA9F
GreenColor Codes
All color formats for development
HEX
#62EA9FRGB
rgb(98, 234, 159)HSL
hsl(147, 76%, 65%)OKLCH
oklch(0.843 0.16 156.2)CMYK
cmyk(58%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E68D
2#28E27B
3#1CCC6B
4#18AF5C
5#14924D
6#10753D
7#0C582E
8#083A1F
9#041D0F
Tints
Lighter variations
1#72ECA9
2#81EEB2
3#91F0BC
4#A1F2C5
5#B0F4CF
6#C0F6D9
7#D0F9E2
8#E0FBEC
9#EFFDF5
Tones
Muted variations
1#69E3A0
2#6FDCA0
3#76D5A1
4#7DCEA2
5#84C8A2
6#8BC1A3
7#91BAA4
8#98B3A4
9#9FADA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E384 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC568 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEC;
--emerald-200: #C5F7DB;
--emerald-300: #98F1C0;
--emerald-400: #62EA9F;
--emerald-500: #35E384;
--emerald-600: #1BC568;
--emerald-700: #159D52;
--emerald-800: #0F703B;
--emerald-900: #0A4826;
--emerald-950: #062D18;
}