Emerald
#2AB770
GreenColor Codes
All color formats for development
HEX
#2AB770RGB
rgb(42, 183, 112)HSL
hsl(150, 63%, 44%)OKLCH
oklch(0.69 0.156 155.5)CMYK
cmyk(77%, 0%, 39%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A565
2#21925A
3#1D804F
4#196E43
5#155B38
6#11492D
7#0C3722
8#082516
9#04120B
Tints
Lighter variations
1#2FCE7E
2#45D58D
3#5CDA9B
4#73DFA9
5#8BE5B8
6#A2EAC6
7#B9EFD4
8#D0F4E2
9#E8FAF1
Tones
Muted variations
1#31B070
2#38A970
3#3FA270
4#469B70
5#4D9470
6#548C70
7#5B8570
8#627E70
9#697770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB770 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186840 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8ED;
--emerald-200: #C9F3DE;
--emerald-300: #9FE9C4;
--emerald-400: #6EDEA6;
--emerald-500: #44D58C;
--emerald-600: #2AB770;
--emerald-700: #219159;
--emerald-800: #186840;
--emerald-900: #0F4329;
--emerald-950: #092A1A;
}