Emerald
#2AB77C
GreenColor Codes
All color formats for development
HEX
#2AB77CRGB
rgb(42, 183, 124)HSL
hsl(155, 63%, 44%)OKLCH
oklch(0.693 0.146 159.9)CMYK
cmyk(77%, 0%, 32%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A570
2#219263
3#1D8057
4#196E4A
5#155B3E
6#114932
7#0C3725
8#082519
9#04120C
Tints
Lighter variations
1#2FCE8C
2#45D599
3#5CDAA6
4#73DFB2
5#8BE5BF
6#A2EACC
7#B9EFD9
8#D0F4E5
9#E8FAF2
Tones
Muted variations
1#31B07B
2#38A97A
3#3FA278
4#469B77
5#4D9476
6#548C75
7#5B8574
8#627E73
9#697771
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 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186846 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #C9F3E1;
--emerald-300: #9FE9CB;
--emerald-400: #6EDEAF;
--emerald-500: #44D598;
--emerald-600: #2AB77C;
--emerald-700: #219163;
--emerald-800: #186846;
--emerald-900: #0F432D;
--emerald-950: #092A1C;
}