Emerald
#2CB57E
GreenColor Codes
All color formats for development
HEX
#2CB57ERGB
rgb(44, 181, 126)HSL
hsl(156, 61%, 44%)OKLCH
oklch(0.688 0.141 161.1)CMYK
cmyk(76%, 0%, 30%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A371
2#239165
3#1F7E58
4#1A6C4C
5#165A3F
6#124832
7#0D3626
8#092419
9#04120D
Tints
Lighter variations
1#31CC8E
2#47D29B
3#5ED8A7
4#75DEB4
5#8CE3C0
6#A3E9CD
7#BAEED9
8#D1F4E6
9#E8F9F2
Tones
Muted variations
1#33AE7D
2#39A77B
3#40A07A
4#479978
5#4E9277
6#558C76
7#5C8574
8#637E73
9#697772
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 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #CAF2E2;
--emerald-300: #A1E8CC;
--emerald-400: #6FDCB1;
--emerald-500: #46D29A;
--emerald-600: #2CB57E;
--emerald-700: #239064;
--emerald-800: #196748;
--emerald-900: #10422E;
--emerald-950: #0A291D;
}