Emerald
#18C959
GreenColor Codes
All color formats for development
HEX
#18C959RGB
rgb(24, 201, 89)HSL
hsl(142, 79%, 44%)OKLCH
oklch(0.731 0.203 148.7)CMYK
cmyk(88%, 0%, 56%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B550
2#13A147
3#108D3E
4#0E7935
5#0C642C
6#095023
7#073C1B
8#052812
9#021409
Tints
Lighter variations
1#1BE264
2#33E775
3#4CEA86
4#66ED97
5#7FF0A9
6#99F3BA
7#B2F6CB
8#CCF9DC
9#E5FCEE
Tones
Muted variations
1#20C05B
2#29B75D
3#32AE60
4#3BA562
5#449D64
6#4D9467
7#568B69
8#5E826B
9#67796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC93 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E774 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C959 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A046 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7232 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D7;
--emerald-300: #96F3B8;
--emerald-400: #5FEC93;
--emerald-500: #32E774;
--emerald-600: #18C959;
--emerald-700: #13A046;
--emerald-800: #0D7232;
--emerald-900: #094920;
--emerald-950: #052E14;
}