Emerald
#32E77A
GreenColor Codes
All color formats for development
HEX
#32E77ARGB
rgb(50, 231, 122)HSL
hsl(144, 79%, 55%)OKLCH
oklch(0.817 0.206 151.1)CMYK
cmyk(78%, 0%, 47%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE26A
2#18C95E
3#15B053
4#129747
5#0F7E3B
6#0C642F
7#094B23
8#063218
9#03190C
Tints
Lighter variations
1#46E987
2#5BEC95
3#6FEEA2
4#84F1AF
5#98F3BD
6#ADF5CA
7#C1F8D7
8#D6FAE4
9#EAFDF2
Tones
Muted variations
1#3BDE7C
2#44D57E
3#4DCC80
4#56C381
5#5FBA83
6#68B185
7#71A787
8#7A9E89
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC98 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7236 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D9;
--emerald-300: #96F3BB;
--emerald-400: #5FEC98;
--emerald-500: #32E77A;
--emerald-600: #18C95E;
--emerald-700: #13A04B;
--emerald-800: #0D7236;
--emerald-900: #094922;
--emerald-950: #052E15;
}