Emerald
#2CB577
GreenColor Codes
All color formats for development
HEX
#2CB577RGB
rgb(44, 181, 119)HSL
hsl(153, 61%, 44%)OKLCH
oklch(0.687 0.147 158.3)CMYK
cmyk(76%, 0%, 34%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A36B
2#23915F
3#1F7E53
4#1A6C47
5#165A3C
6#124830
7#0D3624
8#092418
9#04120C
Tints
Lighter variations
1#31CC86
2#47D294
3#5ED8A1
4#75DEAF
5#8CE3BC
6#A3E9C9
7#BAEED7
8#D1F4E4
9#E8F9F2
Tones
Muted variations
1#33AE76
2#39A776
3#40A075
4#479974
5#4E9274
6#558C73
7#5C8572
8#637E72
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 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAB | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D293 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB577 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196744 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #CAF2E0;
--emerald-300: #A1E8C8;
--emerald-400: #6FDCAB;
--emerald-500: #46D293;
--emerald-600: #2CB577;
--emerald-700: #23905F;
--emerald-800: #196744;
--emerald-900: #10422B;
--emerald-950: #0A291B;
}