Emerald
#2AB777
GreenColor Codes
All color formats for development
HEX
#2AB777RGB
rgb(42, 183, 119)HSL
hsl(153, 63%, 44%)OKLCH
oklch(0.692 0.15 157.9)CMYK
cmyk(77%, 0%, 35%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A56B
2#21925F
3#1D8053
4#196E48
5#155B3C
6#114930
7#0C3724
8#082518
9#04120C
Tints
Lighter variations
1#2FCE86
2#45D594
3#5CDAA1
4#73DFAF
5#8BE5BC
6#A2EAC9
7#B9EFD7
8#D0F4E4
9#E8FAF2
Tones
Muted variations
1#31B077
2#38A976
3#3FA275
4#469B74
5#4D9474
6#548C73
7#5B8572
8#627E72
9#697771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186844 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #C9F3E0;
--emerald-300: #9FE9C8;
--emerald-400: #6EDEAB;
--emerald-500: #44D593;
--emerald-600: #2AB777;
--emerald-700: #21915F;
--emerald-800: #186844;
--emerald-900: #0F432B;
--emerald-950: #092A1B;
}