Emerald
#2AB77E
GreenColor Codes
All color formats for development
HEX
#2AB77ERGB
rgb(42, 183, 126)HSL
hsl(156, 63%, 44%)OKLCH
oklch(0.693 0.144 160.7)CMYK
cmyk(77%, 0%, 31%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A572
2#219265
3#1D8058
4#196E4C
5#155B3F
6#114933
7#0C3726
8#082519
9#04120D
Tints
Lighter variations
1#2FCE8E
2#45D59B
3#5CDAA8
4#73DFB4
5#8BE5C1
6#A2EACD
7#B9EFDA
8#D0F4E6
9#E8FAF3
Tones
Muted variations
1#31B07D
2#38A97C
3#3FA27A
4#469B79
5#4D9477
6#548C76
7#5B8574
8#627E73
9#697772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D59B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #C9F3E2;
--emerald-300: #9FE9CC;
--emerald-400: #6EDEB1;
--emerald-500: #44D59B;
--emerald-600: #2AB77E;
--emerald-700: #219164;
--emerald-800: #186848;
--emerald-900: #0F432E;
--emerald-950: #092A1D;
}