Emerald
#70DB82
GreenColor Codes
All color formats for development
HEX
#70DB82RGB
rgb(112, 219, 130)HSL
hsl(130, 60%, 65%)OKLCH
oklch(0.806 0.159 147.6)CMYK
cmyk(49%, 0%, 41%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D56B
2#3BCE54
3#2EBA46
4#289F3C
5#218532
6#1B6A28
7#14501E
8#0D3514
9#071B0A
Tints
Lighter variations
1#7EDF8F
2#8DE29B
3#9BE6A8
4#A9EAB4
5#B8EDC1
6#C6F1CD
7#D4F4DA
8#E2F8E6
9#F1FBF3
Tones
Muted variations
1#76D686
2#7BD189
3#80CB8D
4#86C690
5#8BC194
6#90BB97
7#96B69B
8#9BB09F
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB82 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D15E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB443 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6626 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104118 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D1;
--emerald-300: #A1E8AD;
--emerald-400: #70DB82;
--emerald-500: #47D15E;
--emerald-600: #2DB443;
--emerald-700: #248F36;
--emerald-800: #1A6626;
--emerald-900: #104118;
--emerald-950: #0A290F;
}