Emerald
#70DB84
GreenColor Codes
All color formats for development
HEX
#70DB84RGB
rgb(112, 219, 132)HSL
hsl(131, 60%, 65%)OKLCH
oklch(0.806 0.157 148.1)CMYK
cmyk(49%, 0%, 40%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D56D
2#3BCE56
3#2EBA48
4#289F3E
5#218533
6#1B6A29
7#14501F
8#0D3515
9#071B0A
Tints
Lighter variations
1#7EDF90
2#8DE29C
3#9BE6A9
4#A9EAB5
5#B8EDC1
6#C6F1CE
7#D4F4DA
8#E2F8E6
9#F1FBF3
Tones
Muted variations
1#76D687
2#7BD18B
3#80CB8E
4#86C691
5#8BC195
6#90BB98
7#96B69C
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 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB84 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D161 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB446 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6628 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104119 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | 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: #A1E8AE;
--emerald-400: #70DB84;
--emerald-500: #47D161;
--emerald-600: #2DB446;
--emerald-700: #248F37;
--emerald-800: #1A6628;
--emerald-900: #104119;
--emerald-950: #0A2910;
}