Emerald
#2EEA99
GreenColor Codes
All color formats for development
HEX
#2EEA99RGB
rgb(46, 234, 153)HSL
hsl(154, 82%, 55%)OKLCH
oklch(0.83 0.183 158.3)CMYK
cmyk(80%, 0%, 35%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E68C
2#14CC7C
3#12B36D
4#0F995D
5#0D804E
6#0A663E
7#084D2F
8#05331F
9#031A10
Tints
Lighter variations
1#43ECA3
2#58EEAD
3#6DF1B7
4#82F3C2
5#97F5CC
6#ABF7D6
7#C0F9E0
8#D5FBEB
9#EAFDF5
Tones
Muted variations
1#38E198
2#41D896
3#4ACE95
4#54C594
5#5DBB93
6#67B291
7#70A890
8#799F8F
9#83968E
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 | 94F4 #94F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2D | 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: #94F4CB;
--emerald-400: #5DEFB0;
--emerald-500: #2EEA99;
--emerald-600: #14CC7C;
--emerald-700: #10A263;
--emerald-800: #0B7447;
--emerald-900: #074A2D;
--emerald-950: #052E1C;
}