Emerald
#18C976
GreenColor Codes
All color formats for development
HEX
#18C976RGB
rgb(24, 201, 118)HSL
hsl(152, 79%, 44%)OKLCH
oklch(0.736 0.177 155)CMYK
cmyk(88%, 0%, 41%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B56A
2#13A15E
3#108D53
4#0E7947
5#0C643B
6#09502F
7#073C23
8#052818
9#02140C
Tints
Lighter variations
1#1BE285
2#33E793
3#4CEAA0
4#66EDAE
5#7FF0BB
6#99F3C9
7#B2F6D6
8#CCF9E4
9#E5FCF1
Tones
Muted variations
1#20C076
2#29B775
3#32AE74
4#3BA574
5#449D73
6#4D9473
7#568B72
8#5E8271
9#677971
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 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E792 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7243 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F8E0;
--emerald-300: #96F3C7;
--emerald-400: #5FECAA;
--emerald-500: #32E792;
--emerald-600: #18C976;
--emerald-700: #13A05E;
--emerald-800: #0D7243;
--emerald-900: #09492B;
--emerald-950: #052E1B;
}