Emerald
#2CB570
GreenColor Codes
All color formats for development
HEX
#2CB570RGB
rgb(44, 181, 112)HSL
hsl(150, 61%, 44%)OKLCH
oklch(0.685 0.153 155.8)CMYK
cmyk(76%, 0%, 38%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A365
2#23915A
3#1F7E4F
4#1A6C43
5#165A38
6#12482D
7#0D3622
8#092416
9#04120B
Tints
Lighter variations
1#31CC7E
2#47D28D
3#5ED89B
4#75DEA9
5#8CE3B8
6#A3E9C6
7#BAEED4
8#D1F4E2
9#E8F9F1
Tones
Muted variations
1#33AE70
2#39A770
3#40A070
4#479970
5#4E9270
6#558C70
7#5C8570
8#637E70
9#697770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104229 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8ED;
--emerald-200: #CAF2DE;
--emerald-300: #A1E8C4;
--emerald-400: #6FDCA6;
--emerald-500: #46D28C;
--emerald-600: #2CB570;
--emerald-700: #239059;
--emerald-800: #196740;
--emerald-900: #104229;
--emerald-950: #0A291A;
}