Emerald
#32E771
GreenColor Codes
All color formats for development
HEX
#32E771RGB
rgb(50, 231, 113)HSL
hsl(141, 79%, 55%)OKLCH
oklch(0.816 0.213 149.5)CMYK
cmyk(78%, 0%, 51%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE260
2#18C956
3#15B04B
4#129740
5#0F7E36
6#0C642B
7#094B20
8#063215
9#03190B
Tints
Lighter variations
1#46E97F
2#5BEC8D
3#6FEE9C
4#84F1AA
5#98F3B8
6#ADF5C6
7#C1F8D4
8#D6FAE3
9#EAFDF1
Tones
Muted variations
1#3BDE74
2#44D576
3#4DCC79
4#56C37C
5#5FBA7F
6#68B181
7#71A784
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 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC91 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E771 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C956 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A044 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7231 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D6;
--emerald-300: #96F3B6;
--emerald-400: #5FEC91;
--emerald-500: #32E771;
--emerald-600: #18C956;
--emerald-700: #13A044;
--emerald-800: #0D7231;
--emerald-900: #09491F;
--emerald-950: #052E13;
}