Emerald
#32E77D
GreenColor Codes
All color formats for development
HEX
#32E77DRGB
rgb(50, 231, 125)HSL
hsl(145, 79%, 55%)OKLCH
oklch(0.818 0.203 151.7)CMYK
cmyk(78%, 0%, 46%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE26E
2#18C961
3#15B055
4#129749
5#0F7E3D
6#0C6431
7#094B25
8#063218
9#03190C
Tints
Lighter variations
1#46E98A
2#5BEC97
3#6FEEA4
4#84F1B1
5#98F3BE
6#ADF5CB
7#C1F8D8
8#D6FAE5
9#EAFDF2
Tones
Muted variations
1#3BDE7F
2#44D580
3#4DCC82
4#56C383
5#5FBA85
6#68B186
7#71A788
8#7A9E89
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C961 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7237 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8D9;
--emerald-300: #96F3BD;
--emerald-400: #5FEC9A;
--emerald-500: #32E77D;
--emerald-600: #18C961;
--emerald-700: #13A04D;
--emerald-800: #0D7237;
--emerald-900: #094923;
--emerald-950: #052E16;
}