Emerald
#20F89E
GreenColor Codes
All color formats for development
HEX
#20F89ERGB
rgb(32, 248, 158)HSL
hsl(155, 94%, 55%)OKLCH
oklch(0.864 0.198 157.7)CMYK
cmyk(87%, 0%, 36%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F592
2#07DA82
3#06BE72
4#05A361
5#048851
6#036D41
7#035231
8#023620
9#011B10
Tints
Lighter variations
1#37F9A8
2#4DF9B2
3#63FABB
4#79FBC5
5#90FCCF
6#A6FCD8
7#BCFDE2
8#D2FEEC
9#E9FEF5
Tones
Muted variations
1#2BED9C
2#36E39B
3#41D899
4#4CCD97
5#56C295
6#61B793
7#6CAD92
8#77A290
9#81978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCE | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFEF0;
--emerald-200: #BFFDE3;
--emerald-300: #8DFBCE;
--emerald-400: #52FAB4;
--emerald-500: #20F89E;
--emerald-600: #07DA82;
--emerald-700: #05AD67;
--emerald-800: #047C4A;
--emerald-900: #024F2F;
--emerald-950: #02311D;
}