Emerald
#18C973
GreenColor Codes
All color formats for development
HEX
#18C973RGB
rgb(24, 201, 115)HSL
hsl(151, 79%, 44%)OKLCH
oklch(0.736 0.18 154.2)CMYK
cmyk(88%, 0%, 43%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B568
2#13A15C
3#108D51
4#0E7945
5#0C643A
6#09502E
7#073C23
8#052817
9#02140C
Tints
Lighter variations
1#1BE282
2#33E790
3#4CEA9E
4#66EDAC
5#7FF0B9
6#99F3C7
7#B2F6D5
8#CCF9E3
9#E5FCF1
Tones
Muted variations
1#20C073
2#29B773
3#32AE72
4#3BA572
5#449D72
6#4D9471
7#568B71
8#5E8271
9#677970
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7241 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F8DF;
--emerald-300: #96F3C6;
--emerald-400: #5FECA8;
--emerald-500: #32E78F;
--emerald-600: #18C973;
--emerald-700: #13A05C;
--emerald-800: #0D7241;
--emerald-900: #09492A;
--emerald-950: #052E1A;
}