Emerald
#18C99A
GreenColor Codes
All color formats for development
HEX
#18C99ARGB
rgb(24, 201, 154)HSL
hsl(164, 79%, 44%)OKLCH
oklch(0.744 0.147 168)CMYK
cmyk(88%, 0%, 23%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B58A
2#13A17B
3#108D6B
4#0E795C
5#0C644D
6#09503D
7#073C2E
8#05281F
9#02140F
Tints
Lighter variations
1#1BE2AD
2#33E7B7
3#4CEAC0
4#66EDC9
5#7FF0D2
6#99F3DB
7#B2F6E4
8#CCF9ED
9#E5FCF6
Tones
Muted variations
1#20C095
2#29B791
3#32AE8D
4#3BA589
5#449D85
6#4D9481
7#568B7D
8#5E8278
9#677974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F8EA;
--emerald-300: #96F3DA;
--emerald-400: #5FECC7;
--emerald-500: #32E7B7;
--emerald-600: #18C99A;
--emerald-700: #13A07A;
--emerald-800: #0D7257;
--emerald-900: #094938;
--emerald-950: #052E23;
}