Emerald
#2FE99C
GreenColor Codes
All color formats for development
HEX
#2FE99CRGB
rgb(47, 233, 156)HSL
hsl(155, 81%, 55%)OKLCH
oklch(0.828 0.179 159.4)CMYK
cmyk(80%, 0%, 33%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E48F
2#15CB7F
3#13B26F
4#109860
5#0D7F50
6#0B6640
7#084C30
8#053320
9#031910
Tints
Lighter variations
1#44EBA6
2#59EEB0
3#6EF0BA
4#82F2C3
5#97F4CD
6#ACF6D7
7#C1F8E1
8#D5FBEB
9#EAFDF5
Tones
Muted variations
1#39E09A
2#42D799
3#4BCD97
4#54C496
5#5EBB94
6#67B192
7#70A891
8#7A9F8F
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEB2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE99C | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DFFCF0;
--emerald-200: #C3F9E2;
--emerald-300: #95F4CC;
--emerald-400: #5DEEB2;
--emerald-500: #2FE99C;
--emerald-600: #15CB7F;
--emerald-700: #11A265;
--emerald-800: #0C7348;
--emerald-900: #084A2E;
--emerald-950: #052E1D;
}