Emerald
#70DB80
GreenColor Codes
All color formats for development
HEX
#70DB80RGB
rgb(112, 219, 128)HSL
hsl(129, 60%, 65%)OKLCH
oklch(0.805 0.161 147.1)CMYK
cmyk(49%, 0%, 42%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D569
2#3BCE51
3#2EBA43
4#289F3A
5#218530
6#1B6A26
7#14501D
8#0D3513
9#071B0A
Tints
Lighter variations
1#7EDF8D
2#8DE29A
3#9BE6A6
4#A9EAB3
5#B8EDC0
6#C6F1CC
7#D4F4D9
8#E2F8E6
9#F1FBF2
Tones
Muted variations
1#76D684
2#7BD188
3#80CB8C
4#86C68F
5#8BC193
6#90BB97
7#96B69B
8#9BB09E
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 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB80 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D15C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB441 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6625 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104118 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D0;
--emerald-300: #A1E8AC;
--emerald-400: #70DB80;
--emerald-500: #47D15C;
--emerald-600: #2DB441;
--emerald-700: #248F34;
--emerald-800: #1A6625;
--emerald-900: #104118;
--emerald-950: #0A290F;
}