Emerald
#32E7B7
GreenColor Codes
All color formats for development
HEX
#32E7B7RGB
rgb(50, 231, 183)HSL
hsl(164, 79%, 55%)OKLCH
oklch(0.83 0.155 169.6)CMYK
cmyk(78%, 0%, 21%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2AD
2#18C99A
3#15B086
4#129773
5#0F7E60
6#0C644D
7#094B3A
8#063226
9#031913
Tints
Lighter variations
1#46E9BE
2#5BECC5
3#6FEECC
4#84F1D4
5#98F3DB
6#ADF5E2
7#C1F8E9
8#D6FAF1
9#EAFDF8
Tones
Muted variations
1#3BDEB2
2#44D5AE
3#4DCCAA
4#56C3A6
5#5FBAA1
6#68B19D
7#71A799
8#7A9E95
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F8EA;
--emerald-300: #96F3DA;
--emerald-400: #5FECC7;
--emerald-500: #32E7B7;
--emerald-600: #18C99A;
--emerald-700: #13A07A;
--emerald-800: #0D7257;
--emerald-900: #094938;
--emerald-950: #052E23;
}