Emerald
#70DB99
GreenColor Codes
All color formats for development
HEX
#70DB99RGB
rgb(112, 219, 153)HSL
hsl(143, 60%, 65%)OKLCH
oklch(0.81 0.138 154.7)CMYK
cmyk(49%, 0%, 30%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D586
2#3BCE73
3#2EBA64
4#289F56
5#218547
6#1B6A39
7#14502B
8#0D351D
9#071B0E
Tints
Lighter variations
1#7EDFA3
2#8DE2AE
3#9BE6B8
4#A9EAC2
5#B8EDCC
6#C6F1D6
7#D4F4E0
8#E2F8EB
9#F1FBF5
Tones
Muted variations
1#76D69B
2#7BD19C
3#80CB9D
4#86C69E
5#8BC1A0
6#90BBA1
7#96B6A2
8#9BB0A3
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB99 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D17C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB460 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6637 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EB;
--emerald-200: #CAF2D9;
--emerald-300: #A1E8BC;
--emerald-400: #70DB99;
--emerald-500: #47D17C;
--emerald-600: #2DB460;
--emerald-700: #248F4D;
--emerald-800: #1A6637;
--emerald-900: #104123;
--emerald-950: #0A2916;
}