Emerald
#2AB775
GreenColor Codes
All color formats for development
HEX
#2AB775RGB
rgb(42, 183, 117)HSL
hsl(152, 63%, 44%)OKLCH
oklch(0.691 0.152 157.2)CMYK
cmyk(77%, 0%, 36%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A569
2#21925E
3#1D8052
4#196E46
5#155B3A
6#11492F
7#0C3723
8#082517
9#04120C
Tints
Lighter variations
1#2FCE84
2#45D592
3#5CDA9F
4#73DFAD
5#8BE5BB
6#A2EAC8
7#B9EFD6
8#D0F4E4
9#E8FAF1
Tones
Muted variations
1#31B074
2#38A974
3#3FA273
4#469B73
5#4D9473
6#548C72
7#5B8572
8#627E71
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 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D591 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB775 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186842 | 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: #C9F3DF;
--emerald-300: #9FE9C7;
--emerald-400: #6EDEA9;
--emerald-500: #44D591;
--emerald-600: #2AB775;
--emerald-700: #21915D;
--emerald-800: #186842;
--emerald-900: #0F432B;
--emerald-950: #092A1B;
}