Emerald
#2CB579
GreenColor Codes
All color formats for development
HEX
#2CB579RGB
rgb(44, 181, 121)HSL
hsl(154, 61%, 44%)OKLCH
oklch(0.687 0.145 159)CMYK
cmyk(76%, 0%, 33%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A36D
2#239161
3#1F7E55
4#1A6C49
5#165A3D
6#124831
7#0D3624
8#092418
9#04120C
Tints
Lighter variations
1#31CC89
2#47D296
3#5ED8A3
4#75DEB0
5#8CE3BD
6#A3E9CB
7#BAEED8
8#D1F4E5
9#E8F9F2
Tones
Muted variations
1#33AE78
2#39A778
3#40A077
4#479976
5#4E9275
6#558C74
7#5C8573
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 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D296 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196745 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #CAF2E1;
--emerald-300: #A1E8C9;
--emerald-400: #6FDCAD;
--emerald-500: #46D296;
--emerald-600: #2CB579;
--emerald-700: #239061;
--emerald-800: #196745;
--emerald-900: #10422C;
--emerald-950: #0A291C;
}