Emerald
#70DB77
GreenColor Codes
All color formats for development
HEX
#70DB77RGB
rgb(112, 219, 119)HSL
hsl(124, 60%, 65%)OKLCH
oklch(0.804 0.17 145.1)CMYK
cmyk(49%, 0%, 46%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D55E
2#3BCE45
3#2EBA38
4#289F30
5#218528
6#1B6A20
7#145018
8#0D3510
9#071B08
Tints
Lighter variations
1#7EDF85
2#8DE292
3#9BE6A0
4#A9EAAE
5#B8EDBB
6#C6F1C9
7#D4F4D6
8#E2F8E4
9#F1FBF1
Tones
Muted variations
1#76D67C
2#7BD181
3#80CB85
4#86C68A
5#8BC18F
6#90BB93
7#96B698
8#9BB09C
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A6 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB77 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D151 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB436 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104114 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CD;
--emerald-300: #A1E8A6;
--emerald-400: #70DB77;
--emerald-500: #47D151;
--emerald-600: #2DB436;
--emerald-700: #248F2B;
--emerald-800: #1A661F;
--emerald-900: #104114;
--emerald-950: #0A290C;
}