Emerald
#70DB89
GreenColor Codes
All color formats for development
HEX
#70DB89RGB
rgb(112, 219, 137)HSL
hsl(134, 60%, 65%)OKLCH
oklch(0.807 0.153 149.5)CMYK
cmyk(49%, 0%, 37%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D573
2#3BCE5D
3#2EBA4F
4#289F44
5#218538
6#1B6A2D
7#145022
8#0D3517
9#071B0B
Tints
Lighter variations
1#7EDF95
2#8DE2A1
3#9BE6AD
4#A9EAB8
5#B8EDC4
6#C6F1D0
7#D4F4DC
8#E2F8E7
9#F1FBF3
Tones
Muted variations
1#76D68C
2#7BD18F
3#80CB92
4#86C695
5#8BC197
6#90BB9A
7#96B69D
8#9BB0A0
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB89 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D168 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #CAF2D3;
--emerald-300: #A1E8B2;
--emerald-400: #70DB89;
--emerald-500: #47D168;
--emerald-600: #2DB44C;
--emerald-700: #248F3D;
--emerald-800: #1A662B;
--emerald-900: #10411C;
--emerald-950: #0A2911;
}