Emerald
#32E7A4
GreenColor Codes
All color formats for development
HEX
#32E7A4RGB
rgb(50, 231, 164)HSL
hsl(158, 79%, 55%)OKLCH
oklch(0.825 0.17 162.3)CMYK
cmyk(78%, 0%, 29%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE299
2#18C988
3#15B077
4#129766
5#0F7E55
6#0C6444
7#094B33
8#063222
9#031911
Tints
Lighter variations
1#46E9AD
2#5BECB7
3#6FEEC0
4#84F1C9
5#98F3D2
6#ADF5DB
7#C1F8E4
8#D6FAED
9#EAFDF6
Tones
Muted variations
1#3BDEA2
2#44D5A0
3#4DCC9D
4#56C39B
5#5FBA98
6#68B196
7#71A794
8#7A9E91
9#83958F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF1;
--emerald-200: #C4F8E5;
--emerald-300: #96F3D1;
--emerald-400: #5FECB9;
--emerald-500: #32E7A4;
--emerald-600: #18C988;
--emerald-700: #13A06C;
--emerald-800: #0D724D;
--emerald-900: #094931;
--emerald-950: #052E1F;
}