Emerald
#18C964
GreenColor Codes
All color formats for development
HEX
#18C964RGB
rgb(24, 201, 100)HSL
hsl(146, 79%, 44%)OKLCH
oklch(0.733 0.193 150.8)CMYK
cmyk(88%, 0%, 50%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B55A
2#13A150
3#108D46
4#0E793C
5#0C6432
6#095028
7#073C1E
8#052814
9#02140A
Tints
Lighter variations
1#1BE271
2#33E781
3#4CEA91
4#66EDA0
5#7FF0B0
6#99F3C0
7#B2F6D0
8#CCF9DF
9#E5FCEF
Tones
Muted variations
1#20C066
2#29B767
3#32AE68
4#3BA569
5#449D6A
6#4D946B
7#568B6D
8#5E826E
9#67796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7239 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8DA;
--emerald-300: #96F3BE;
--emerald-400: #5FEC9C;
--emerald-500: #32E780;
--emerald-600: #18C964;
--emerald-700: #13A050;
--emerald-800: #0D7239;
--emerald-900: #094925;
--emerald-950: #052E17;
}