Emerald
#32E777
GreenColor Codes
All color formats for development
HEX
#32E777RGB
rgb(50, 231, 119)HSL
hsl(143, 79%, 55%)OKLCH
oklch(0.817 0.208 150.6)CMYK
cmyk(78%, 0%, 48%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE267
2#18C95C
3#15B050
4#129745
5#0F7E39
6#0C642E
7#094B22
8#063217
9#03190B
Tints
Lighter variations
1#46E985
2#5BEC92
3#6FEEA0
4#84F1AD
5#98F3BB
6#ADF5C9
7#C1F8D6
8#D6FAE4
9#EAFDF1
Tones
Muted variations
1#3BDE79
2#44D57B
3#4DCC7D
4#56C380
5#5FBA82
6#68B184
7#71A786
8#7A9E88
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 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC95 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E777 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7234 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | 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: #C4F8D8;
--emerald-300: #96F3BA;
--emerald-400: #5FEC95;
--emerald-500: #32E777;
--emerald-600: #18C95C;
--emerald-700: #13A049;
--emerald-800: #0D7234;
--emerald-900: #094921;
--emerald-950: #052E15;
}