Emerald
#18C979
GreenColor Codes
All color formats for development
HEX
#18C979RGB
rgb(24, 201, 121)HSL
hsl(153, 79%, 44%)OKLCH
oklch(0.737 0.175 155.9)CMYK
cmyk(88%, 0%, 40%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B56D
2#13A161
3#108D55
4#0E7949
5#0C643D
6#095030
7#073C24
8#052818
9#02140C
Tints
Lighter variations
1#1BE288
2#33E796
3#4CEAA3
4#66EDB0
5#7FF0BD
6#99F3CA
7#B2F6D8
8#CCF9E5
9#E5FCF2
Tones
Muted variations
1#20C078
2#29B777
3#32AE76
4#3BA576
5#449D75
6#4D9474
7#568B73
8#5E8272
9#677971
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E795 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C979 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A060 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C4F8E0;
--emerald-300: #96F3C9;
--emerald-400: #5FECAD;
--emerald-500: #32E795;
--emerald-600: #18C979;
--emerald-700: #13A060;
--emerald-800: #0D7245;
--emerald-900: #09492C;
--emerald-950: #052E1C;
}