Emerald
#2CB57C
GreenColor Codes
All color formats for development
HEX
#2CB57CRGB
rgb(44, 181, 124)HSL
hsl(155, 61%, 44%)OKLCH
oklch(0.688 0.142 160.2)CMYK
cmyk(76%, 0%, 31%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A36F
2#239163
3#1F7E57
4#1A6C4A
5#165A3E
6#124831
7#0D3625
8#092419
9#04120C
Tints
Lighter variations
1#31CC8B
2#47D298
3#5ED8A5
4#75DEB2
5#8CE3BF
6#A3E9CC
7#BAEED9
8#D1F4E5
9#E8F9F2
Tones
Muted variations
1#33AE7A
2#39A779
3#40A078
4#479977
5#4E9276
6#558C75
7#5C8574
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 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | 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: #A1E8CA;
--emerald-400: #6FDCAF;
--emerald-500: #46D298;
--emerald-600: #2CB57C;
--emerald-700: #239062;
--emerald-800: #196746;
--emerald-900: #10422D;
--emerald-950: #0A291C;
}