Emerald
#32E774
GreenColor Codes
All color formats for development
HEX
#32E774RGB
rgb(50, 231, 116)HSL
hsl(142, 79%, 55%)OKLCH
oklch(0.816 0.211 150)CMYK
cmyk(78%, 0%, 50%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE264
2#18C959
3#15B04D
4#129742
5#0F7E37
6#0C642C
7#094B21
8#063216
9#03190B
Tints
Lighter variations
1#46E982
2#5BEC90
3#6FEE9E
4#84F1AC
5#98F3BA
6#ADF5C7
7#C1F8D5
8#D6FAE3
9#EAFDF1
Tones
Muted variations
1#3BDE76
2#44D579
3#4DCC7B
4#56C37E
5#5FBA80
6#68B183
7#71A785
8#7A9E87
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC93 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E774 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C959 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A046 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7232 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D7;
--emerald-300: #96F3B8;
--emerald-400: #5FEC93;
--emerald-500: #32E774;
--emerald-600: #18C959;
--emerald-700: #13A046;
--emerald-800: #0D7232;
--emerald-900: #094920;
--emerald-950: #052E14;
}