Emerald
#2EEA9F
GreenColor Codes
All color formats for development
HEX
#2EEA9FRGB
rgb(46, 234, 159)HSL
hsl(156, 82%, 55%)OKLCH
oklch(0.831 0.178 160.1)CMYK
cmyk(80%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E693
2#14CC83
3#12B372
4#0F9962
5#0D8052
6#0A6641
7#084D31
8#053321
9#031A10
Tints
Lighter variations
1#43ECA9
2#58EEB2
3#6DF1BC
4#82F3C5
5#97F5CF
6#ABF7D9
7#C0F9E2
8#D5FBEC
9#EAFDF5
Tones
Muted variations
1#38E19D
2#41D89B
3#4ACE99
4#54C598
5#5DBB96
6#67B294
7#70A892
8#799F90
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 | 94F4 #94F4CE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB4 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2F | 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: #94F4CE;
--emerald-400: #5DEFB4;
--emerald-500: #2EEA9F;
--emerald-600: #14CC83;
--emerald-700: #10A268;
--emerald-800: #0B744A;
--emerald-900: #074A2F;
--emerald-950: #052E1E;
}