Emerald
#32E78C
GreenColor Codes
All color formats for development
HEX
#32E78CRGB
rgb(50, 231, 140)HSL
hsl(150, 79%, 55%)OKLCH
oklch(0.82 0.19 155.1)CMYK
cmyk(78%, 0%, 39%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE27E
2#18C970
3#15B062
4#129754
5#0F7E46
6#0C6438
7#094B2A
8#06321C
9#03190E
Tints
Lighter variations
1#46E998
2#5BECA3
3#6FEEAF
4#84F1BA
5#98F3C6
6#ADF5D1
7#C1F8DD
8#D6FAE8
9#EAFDF4
Tones
Muted variations
1#3BDE8C
2#44D58C
3#4DCC8C
4#56C38C
5#5FBA8C
6#68B18C
7#71A78C
8#7A9E8C
9#83958C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA6 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78C | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C970 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7240 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094929 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBED;
--emerald-200: #C4F8DE;
--emerald-300: #96F3C4;
--emerald-400: #5FECA6;
--emerald-500: #32E78C;
--emerald-600: #18C970;
--emerald-700: #13A059;
--emerald-800: #0D7240;
--emerald-900: #094929;
--emerald-950: #052E1A;
}