Emerald
#32E759
GreenColor Codes
All color formats for development
HEX
#32E759RGB
rgb(50, 231, 89)HSL
hsl(133, 79%, 55%)OKLCH
oklch(0.813 0.232 146)CMYK
cmyk(78%, 0%, 61%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE246
2#18C93E
3#15B036
4#12972E
5#0F7E27
6#0C641F
7#094B17
8#06320F
9#031908
Tints
Lighter variations
1#46E969
2#5BEC7A
3#6FEE8B
4#84F19B
5#98F3AC
6#ADF5BD
7#C1F8CD
8#D6FADE
9#EAFDEE
Tones
Muted variations
1#3BDE5E
2#44D563
3#4DCC68
4#56C36D
5#5FBA73
6#68B178
7#71A77D
8#7A9E82
9#839587
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC7E | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E759 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C93E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7223 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094917 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF4;
--emerald-100: #DFFBE5;
--emerald-200: #C4F8CF;
--emerald-300: #96F3AA;
--emerald-400: #5FEC7E;
--emerald-500: #32E759;
--emerald-600: #18C93E;
--emerald-700: #13A031;
--emerald-800: #0D7223;
--emerald-900: #094917;
--emerald-950: #052E0E;
}