Emerald
#32E78F
GreenColor Codes
All color formats for development
HEX
#32E78FRGB
rgb(50, 231, 143)HSL
hsl(151, 79%, 55%)OKLCH
oklch(0.821 0.187 155.9)CMYK
cmyk(78%, 0%, 38%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE282
2#18C973
3#15B065
4#129756
5#0F7E48
6#0C643A
7#094B2B
8#06321D
9#03190E
Tints
Lighter variations
1#46E99A
2#5BECA6
3#6FEEB1
4#84F1BC
5#98F3C7
6#ADF5D2
7#C1F8DD
8#D6FAE9
9#EAFDF4
Tones
Muted variations
1#3BDE8F
2#44D58F
3#4DCC8E
4#56C38E
5#5FBA8E
6#68B18D
7#71A78D
8#7A9E8D
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7241 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | 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: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F8DF;
--emerald-300: #96F3C6;
--emerald-400: #5FECA8;
--emerald-500: #32E78F;
--emerald-600: #18C973;
--emerald-700: #13A05C;
--emerald-800: #0D7241;
--emerald-900: #09492A;
--emerald-950: #052E1A;
}