Emerald
#2EEAA2
GreenColor Codes
All color formats for development
HEX
#2EEAA2RGB
rgb(46, 234, 162)HSL
hsl(157, 82%, 55%)OKLCH
oklch(0.832 0.176 161.1)CMYK
cmyk(80%, 0%, 31%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E696
2#14CC86
3#12B375
4#0F9964
5#0D8054
6#0A6643
7#084D32
8#053321
9#031A11
Tints
Lighter variations
1#43ECAB
2#58EEB5
3#6DF1BE
4#82F3C7
5#97F5D1
6#ABF7DA
7#C0F9E3
8#D5FBEC
9#EAFDF6
Tones
Muted variations
1#38E1A0
2#41D89E
3#4ACE9C
4#54C599
5#5DBB97
6#67B295
7#70A893
8#799F91
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A31 | 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: #DFFCF1;
--emerald-200: #C3F9E4;
--emerald-300: #94F4D0;
--emerald-400: #5DEFB7;
--emerald-500: #2EEAA2;
--emerald-600: #14CC86;
--emerald-700: #10A26A;
--emerald-800: #0B744C;
--emerald-900: #074A31;
--emerald-950: #052E1E;
}