Emerald
#18C982
GreenColor Codes
All color formats for development
HEX
#18C982RGB
rgb(24, 201, 130)HSL
hsl(156, 79%, 44%)OKLCH
oklch(0.738 0.167 158.6)CMYK
cmyk(88%, 0%, 35%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B575
2#13A168
3#108D5B
4#0E794E
5#0C6441
6#095034
7#073C27
8#05281A
9#02140D
Tints
Lighter variations
1#1BE292
2#33E79F
3#4CEAAB
4#66EDB7
5#7FF0C3
6#99F3CF
7#B2F6DB
8#CCF9E7
9#E5FCF3
Tones
Muted variations
1#20C080
2#29B77E
3#32AE7D
4#3BA57B
5#449D79
6#4D9477
7#568B76
8#5E8274
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB4 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E3;
--emerald-300: #96F3CE;
--emerald-400: #5FECB4;
--emerald-500: #32E79E;
--emerald-600: #18C982;
--emerald-700: #13A067;
--emerald-800: #0D724A;
--emerald-900: #09492F;
--emerald-950: #052E1E;
}