Emerald
#32E79E
GreenColor Codes
All color formats for development
HEX
#32E79ERGB
rgb(50, 231, 158)HSL
hsl(156, 79%, 55%)OKLCH
oklch(0.824 0.174 160.3)CMYK
cmyk(78%, 0%, 32%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE292
2#18C982
3#15B072
4#129761
5#0F7E51
6#0C6441
7#094B31
8#063220
9#031910
Tints
Lighter variations
1#46E9A8
2#5BECB2
3#6FEEBB
4#84F1C5
5#98F3CF
6#ADF5D8
7#C1F8E2
8#D6FAEC
9#EAFDF5
Tones
Muted variations
1#3BDE9D
2#44D59B
3#4DCC99
4#56C397
5#5FBA95
6#68B194
7#71A792
8#7A9E90
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB4 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E3;
--emerald-300: #96F3CE;
--emerald-400: #5FECB4;
--emerald-500: #32E79E;
--emerald-600: #18C982;
--emerald-700: #13A067;
--emerald-800: #0D724A;
--emerald-900: #09492F;
--emerald-950: #052E1E;
}