Emerald
#62EA9D
GreenColor Codes
All color formats for development
HEX
#62EA9DRGB
rgb(98, 234, 157)HSL
hsl(146, 76%, 65%)OKLCH
oklch(0.842 0.162 155.6)CMYK
cmyk(58%, 0%, 33%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E68A
2#28E278
3#1CCC68
4#18AF59
5#14924A
6#10753C
7#0C582D
8#083A1E
9#041D0F
Tints
Lighter variations
1#72ECA7
2#81EEB0
3#91F0BA
4#A1F2C4
5#B0F4CE
6#C0F6D8
7#D0F9E2
8#E0FBEB
9#EFFDF5
Tones
Muted variations
1#69E39E
2#6FDC9F
3#76D59F
4#7DCEA0
5#84C8A1
6#8BC1A2
7#91BAA3
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 #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E381 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4825 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEB;
--emerald-200: #C5F7DA;
--emerald-300: #98F1BE;
--emerald-400: #62EA9D;
--emerald-500: #35E381;
--emerald-600: #1BC565;
--emerald-700: #159D50;
--emerald-800: #0F7039;
--emerald-900: #0A4825;
--emerald-950: #062D17;
}