Emerald
#32E7B4
GreenColor Codes
All color formats for development
HEX
#32E7B4RGB
rgb(50, 231, 180)HSL
hsl(163, 79%, 55%)OKLCH
oklch(0.829 0.157 168.3)CMYK
cmyk(78%, 0%, 22%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2A9
2#18C997
3#15B084
4#129771
5#0F7E5E
6#0C644B
7#094B38
8#063226
9#031913
Tints
Lighter variations
1#46E9BB
2#5BECC3
3#6FEECA
4#84F1D2
5#98F3D9
6#ADF5E1
7#C1F8E8
8#D6FAF0
9#EAFDF7
Tones
Muted variations
1#3BDEB0
2#44D5AC
3#4DCCA8
4#56C3A4
5#5FBAA0
6#68B19C
7#71A798
8#7A9E94
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC4 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C997 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7256 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C4F8E9;
--emerald-300: #96F3D8;
--emerald-400: #5FECC4;
--emerald-500: #32E7B4;
--emerald-600: #18C997;
--emerald-700: #13A078;
--emerald-800: #0D7256;
--emerald-900: #094937;
--emerald-950: #052E22;
}