Emerald
#2CB56E
GreenColor Codes
All color formats for development
HEX
#2CB56ERGB
rgb(44, 181, 110)HSL
hsl(149, 61%, 44%)OKLCH
oklch(0.685 0.155 155.1)CMYK
cmyk(76%, 0%, 39%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A363
2#239158
3#1F7E4D
4#1A6C42
5#165A37
6#12482C
7#0D3621
8#092416
9#04120B
Tints
Lighter variations
1#31CC7C
2#47D28A
3#5ED899
4#75DEA8
5#8CE3B6
6#A3E9C5
7#BAEED3
8#D1F4E2
9#E8F9F0
Tones
Muted variations
1#33AE6E
2#39A76E
3#40A06F
4#47996F
5#4E926F
6#558C6F
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 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239057 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104228 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8ED;
--emerald-200: #CAF2DD;
--emerald-300: #A1E8C3;
--emerald-400: #6FDCA4;
--emerald-500: #46D28A;
--emerald-600: #2CB56E;
--emerald-700: #239057;
--emerald-800: #19673E;
--emerald-900: #104228;
--emerald-950: #0A2919;
}