Emerald
#2FE996
GreenColor Codes
All color formats for development
HEX
#2FE996RGB
rgb(47, 233, 150)HSL
hsl(153, 81%, 55%)OKLCH
oklch(0.827 0.184 157.6)CMYK
cmyk(80%, 0%, 36%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E488
2#15CB79
3#13B26A
4#10985B
5#0D7F4C
6#0B663D
7#084C2D
8#05331E
9#03190F
Tints
Lighter variations
1#44EBA0
2#59EEAB
3#6EF0B5
4#82F2C0
5#97F4CA
6#ACF6D5
7#C1F8DF
8#D5FBEA
9#EAFDF4
Tones
Muted variations
1#39E095
2#42D794
3#4BCD93
4#54C492
5#5EBB91
6#67B190
7#70A88F
8#7A9F8E
9#83968D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4C9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE996 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A260 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2C | 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: #F1FEF8;
--emerald-100: #DFFCEF;
--emerald-200: #C3F9E1;
--emerald-300: #95F4C9;
--emerald-400: #5DEEAD;
--emerald-500: #2FE996;
--emerald-600: #15CB79;
--emerald-700: #11A260;
--emerald-800: #0C7345;
--emerald-900: #084A2C;
--emerald-950: #052E1C;
}