Emerald
#2CB56C
GreenColor Codes
All color formats for development
HEX
#2CB56CRGB
rgb(44, 181, 108)HSL
hsl(148, 61%, 44%)OKLCH
oklch(0.685 0.157 154.5)CMYK
cmyk(76%, 0%, 40%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A361
2#239156
3#1F7E4B
4#1A6C41
5#165A36
6#12482B
7#0D3620
8#092416
9#04120B
Tints
Lighter variations
1#31CC79
2#47D288
3#5ED897
4#75DEA6
5#8CE3B5
6#A3E9C4
7#BAEED2
8#D1F4E1
9#E8F9F0
Tones
Muted variations
1#33AE6C
2#39A76D
3#40A06D
4#47996D
5#4E926E
6#558C6E
7#5C856F
8#637E6F
9#697770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D288 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239056 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104227 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DD;
--emerald-300: #A1E8C2;
--emerald-400: #6FDCA2;
--emerald-500: #46D288;
--emerald-600: #2CB56C;
--emerald-700: #239056;
--emerald-800: #19673D;
--emerald-900: #104227;
--emerald-950: #0A2918;
}