Emerald
#32E795
GreenColor Codes
All color formats for development
HEX
#32E795RGB
rgb(50, 231, 149)HSL
hsl(153, 79%, 55%)OKLCH
oklch(0.822 0.182 157.5)CMYK
cmyk(78%, 0%, 35%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE288
2#18C979
3#15B06A
4#12975B
5#0F7E4C
6#0C643D
7#094B2D
8#06321E
9#03190F
Tints
Lighter variations
1#46E9A0
2#5BECAA
3#6FEEB5
4#84F1C0
5#98F3CA
6#ADF5D5
7#C1F8DF
8#D6FAEA
9#EAFDF4
Tones
Muted variations
1#3BDE94
2#44D594
3#4DCC93
4#56C392
5#5FBA91
6#68B190
7#71A78F
8#7A9E8E
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E795 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C979 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A060 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C4F8E0;
--emerald-300: #96F3C9;
--emerald-400: #5FECAD;
--emerald-500: #32E795;
--emerald-600: #18C979;
--emerald-700: #13A060;
--emerald-800: #0D7245;
--emerald-900: #09492C;
--emerald-950: #052E1C;
}