Emerald
#32E76B
GreenColor Codes
All color formats for development
HEX
#32E76BRGB
rgb(50, 231, 107)HSL
hsl(139, 79%, 55%)OKLCH
oklch(0.815 0.218 148.5)CMYK
cmyk(78%, 0%, 54%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE25A
2#18C950
3#15B046
4#12973C
5#0F7E32
6#0C6428
7#094B1E
8#063214
9#03190A
Tints
Lighter variations
1#46E97A
2#5BEC89
3#6FEE97
4#84F1A6
5#98F3B5
6#ADF5C4
7#C1F8D3
8#D6FAE1
9#EAFDF0
Tones
Muted variations
1#3BDE6E
2#44D572
3#4DCC75
4#56C378
5#5FBA7C
6#68B17F
7#71A782
8#7A9E86
9#839589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E76B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE8;
--emerald-200: #C4F8D4;
--emerald-300: #96F3B3;
--emerald-400: #5FEC8C;
--emerald-500: #32E76B;
--emerald-600: #18C950;
--emerald-700: #13A03F;
--emerald-800: #0D722D;
--emerald-900: #09491D;
--emerald-950: #052E12;
}