Emerald
#2FE999
GreenColor Codes
All color formats for development
HEX
#2FE999RGB
rgb(47, 233, 153)HSL
hsl(154, 81%, 55%)OKLCH
oklch(0.827 0.182 158.5)CMYK
cmyk(80%, 0%, 34%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E48C
2#15CB7C
3#13B26D
4#10985D
5#0D7F4E
6#0B663E
7#084C2F
8#05331F
9#031910
Tints
Lighter variations
1#44EBA3
2#59EEAD
3#6EF0B7
4#82F2C2
5#97F4CC
6#ACF6D6
7#C1F8E0
8#D5FBEB
9#EAFDF5
Tones
Muted variations
1#39E097
2#42D796
3#4BCD95
4#54C494
5#5EBB92
6#67B191
7#70A890
8#7A9F8F
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 #95F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2D | 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: #95F4CB;
--emerald-400: #5DEEAF;
--emerald-500: #2FE999;
--emerald-600: #15CB7C;
--emerald-700: #11A263;
--emerald-800: #0C7347;
--emerald-900: #084A2D;
--emerald-950: #052E1C;
}