Emerald
#2FE9A8
GreenColor Codes
All color formats for development
HEX
#2FE9A8RGB
rgb(47, 233, 168)HSL
hsl(159, 81%, 55%)OKLCH
oklch(0.831 0.169 163.3)CMYK
cmyk(80%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E49D
2#15CB8B
3#13B27A
4#109869
5#0D7F57
6#0B6646
7#084C34
8#053323
9#031911
Tints
Lighter variations
1#44EBB1
2#59EEBA
3#6EF0C2
4#82F2CB
5#97F4D4
6#ACF6DC
7#C1F8E5
8#D5FBEE
9#EAFDF6
Tones
Muted variations
1#39E0A5
2#42D7A3
3#4BCDA0
4#54C49D
5#5EBB9A
6#67B197
7#70A895
8#7A9F92
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 #C3F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D3 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBB | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A33 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DFFCF1;
--emerald-200: #C3F9E6;
--emerald-300: #95F4D3;
--emerald-400: #5DEEBB;
--emerald-500: #2FE9A8;
--emerald-600: #15CB8B;
--emerald-700: #11A26F;
--emerald-800: #0C734F;
--emerald-900: #084A33;
--emerald-950: #052E20;
}