Emerald
#70DB8B
GreenColor Codes
All color formats for development
HEX
#70DB8BRGB
rgb(112, 219, 139)HSL
hsl(135, 60%, 65%)OKLCH
oklch(0.807 0.151 150.1)CMYK
cmyk(49%, 0%, 37%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D575
2#3BCE60
3#2EBA51
4#289F46
5#21853A
6#1B6A2E
7#145023
8#0D3517
9#071B0C
Tints
Lighter variations
1#7EDF97
2#8DE2A2
3#9BE6AE
4#A9EAB9
5#B8EDC5
6#C6F1D1
7#D4F4DC
8#E2F8E8
9#F1FBF3
Tones
Muted variations
1#76D68E
2#7BD190
3#80CB93
4#86C696
5#8BC198
6#90BB9B
7#96B69E
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B3 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8B | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #CAF2D4;
--emerald-300: #A1E8B3;
--emerald-400: #70DB8B;
--emerald-500: #47D16A;
--emerald-600: #2DB44F;
--emerald-700: #248F3E;
--emerald-800: #1A662D;
--emerald-900: #10411D;
--emerald-950: #0A2912;
}