Emerald
#2FE99F
GreenColor Codes
All color formats for development
HEX
#2FE99FRGB
rgb(47, 233, 159)HSL
hsl(156, 81%, 55%)OKLCH
oklch(0.829 0.177 160.3)CMYK
cmyk(80%, 0%, 32%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E493
2#15CB82
3#13B272
4#109862
5#0D7F51
6#0B6641
7#084C31
8#053321
9#031910
Tints
Lighter variations
1#44EBA8
2#59EEB2
3#6EF0BC
4#82F2C5
5#97F4CF
6#ACF6D9
7#C1F8E2
8#D5FBEC
9#EAFDF5
Tones
Muted variations
1#39E09D
2#42D79B
3#4BCD99
4#54C497
5#5EBB96
6#67B194
7#70A892
8#7A9F90
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEB4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE99F | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734A | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DFFCF0;
--emerald-200: #C3F9E3;
--emerald-300: #95F4CE;
--emerald-400: #5DEEB4;
--emerald-500: #2FE99F;
--emerald-600: #15CB82;
--emerald-700: #11A268;
--emerald-800: #0C734A;
--emerald-900: #084A2F;
--emerald-950: #052E1E;
}