Emerald
#70DB87
GreenColor Codes
All color formats for development
HEX
#70DB87RGB
rgb(112, 219, 135)HSL
hsl(133, 60%, 65%)OKLCH
oklch(0.807 0.154 148.9)CMYK
cmyk(49%, 0%, 38%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D571
2#3BCE5B
3#2EBA4D
4#289F42
5#218537
6#1B6A2C
7#145021
8#0D3516
9#071B0B
Tints
Lighter variations
1#7EDF93
2#8DE29F
3#9BE6AB
4#A9EAB7
5#B8EDC3
6#C6F1CF
7#D4F4DB
8#E2F8E7
9#F1FBF3
Tones
Muted variations
1#76D68A
2#7BD18D
3#80CB91
4#86C694
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 #A1E8B0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB87 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D165 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411B | 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: #A1E8B0;
--emerald-400: #70DB87;
--emerald-500: #47D165;
--emerald-600: #2DB44A;
--emerald-700: #248F3B;
--emerald-800: #1A662A;
--emerald-900: #10411B;
--emerald-950: #0A2911;
}