Emerald
#32E7B1
GreenColor Codes
All color formats for development
HEX
#32E7B1RGB
rgb(50, 231, 177)HSL
hsl(162, 79%, 55%)OKLCH
oklch(0.828 0.159 167.1)CMYK
cmyk(78%, 0%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2A6
2#18C994
3#15B081
4#12976F
5#0F7E5C
6#0C644A
7#094B37
8#063225
9#031912
Tints
Lighter variations
1#46E9B8
2#5BECC0
3#6FEEC8
4#84F1D0
5#98F3D8
6#ADF5E0
7#C1F8E7
8#D6FAEF
9#EAFDF7
Tones
Muted variations
1#3BDEAD
2#44D5A9
3#4DCCA6
4#56C3A2
5#5FBA9E
6#68B19B
7#71A797
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 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C994 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A075 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7254 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | 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: #C4F8E8;
--emerald-300: #96F3D7;
--emerald-400: #5FECC2;
--emerald-500: #32E7B1;
--emerald-600: #18C994;
--emerald-700: #13A075;
--emerald-800: #0D7254;
--emerald-900: #094936;
--emerald-950: #052E22;
}