Emerald
#32E783
GreenColor Codes
All color formats for development
HEX
#32E783RGB
rgb(50, 231, 131)HSL
hsl(147, 79%, 55%)OKLCH
oklch(0.819 0.198 153)CMYK
cmyk(78%, 0%, 43%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE274
2#18C967
3#15B05A
4#12974E
5#0F7E41
6#0C6434
7#094B27
8#06321A
9#03190D
Tints
Lighter variations
1#46E990
2#5BEC9C
3#6FEEA8
4#84F1B5
5#98F3C1
6#ADF5CD
7#C1F8DA
8#D6FAE6
9#EAFDF3
Tones
Muted variations
1#3BDE84
2#44D585
3#4DCC86
4#56C387
5#5FBA88
6#68B189
7#71A78A
8#7A9E8A
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9F | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E783 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C967 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F8DB;
--emerald-300: #96F3C0;
--emerald-400: #5FEC9F;
--emerald-500: #32E783;
--emerald-600: #18C967;
--emerald-700: #13A052;
--emerald-800: #0D723B;
--emerald-900: #094926;
--emerald-950: #052E17;
}