Emerald
#70DB8D
GreenColor Codes
All color formats for development
HEX
#70DB8DRGB
rgb(112, 219, 141)HSL
hsl(136, 60%, 65%)OKLCH
oklch(0.808 0.149 150.7)CMYK
cmyk(49%, 0%, 36%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D578
2#3BCE62
3#2EBA54
4#289F48
5#21853C
6#1B6A30
7#145024
8#0D3518
9#071B0C
Tints
Lighter variations
1#7EDF98
2#8DE2A4
3#9BE6AF
4#A9EABA
5#B8EDC6
6#C6F1D1
7#D4F4DD
8#E2F8E8
9#F1FBF4
Tones
Muted variations
1#76D68F
2#7BD192
3#80CB94
4#86C697
5#8BC199
6#90BB9C
7#96B69E
8#9BB0A1
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 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8D | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB451 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662E | 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: #CAF2D5;
--emerald-300: #A1E8B4;
--emerald-400: #70DB8D;
--emerald-500: #47D16C;
--emerald-600: #2DB451;
--emerald-700: #248F40;
--emerald-800: #1A662E;
--emerald-900: #10411D;
--emerald-950: #0A2912;
}