Emerald
#2FE9A5
GreenColor Codes
All color formats for development
HEX
#2FE9A5RGB
rgb(47, 233, 165)HSL
hsl(158, 81%, 55%)OKLCH
oklch(0.83 0.172 162.3)CMYK
cmyk(80%, 0%, 29%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E499
2#15CB88
3#13B277
4#109866
5#0D7F55
6#0B6644
7#084C33
8#053322
9#031911
Tints
Lighter variations
1#44EBAE
2#59EEB7
3#6EF0C0
4#82F2C9
5#97F4D2
6#ACF6DB
7#C1F8E4
8#D5FBED
9#EAFDF6
Tones
Muted variations
1#39E0A3
2#42D7A0
3#4BCD9E
4#54C49B
5#5EBB99
6#67B196
7#70A894
8#7A9F91
9#83968F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A32 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DFFCF1;
--emerald-200: #C3F9E5;
--emerald-300: #95F4D1;
--emerald-400: #5DEEB9;
--emerald-500: #2FE9A5;
--emerald-600: #15CB88;
--emerald-700: #11A26D;
--emerald-800: #0C734E;
--emerald-900: #084A32;
--emerald-950: #052E1F;
}