Emerald
#70DB7B
GreenColor Codes
All color formats for development
HEX
#70DB7BRGB
rgb(112, 219, 123)HSL
hsl(126, 60%, 65%)OKLCH
oklch(0.805 0.166 146)CMYK
cmyk(49%, 0%, 44%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D562
2#3BCE4A
3#2EBA3C
4#289F34
5#21852B
6#1B6A22
7#14501A
8#0D3511
9#071B09
Tints
Lighter variations
1#7EDF88
2#8DE295
3#9BE6A3
4#A9EAB0
5#B8EDBD
6#C6F1CA
7#D4F4D7
8#E2F8E5
9#F1FBF2
Tones
Muted variations
1#76D67F
2#7BD183
3#80CB88
4#86C68C
5#8BC190
6#90BB95
7#96B699
8#9BB09D
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB7B | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D155 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB43A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6621 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104115 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E5;
--emerald-200: #CAF2CE;
--emerald-300: #A1E8A8;
--emerald-400: #70DB7B;
--emerald-500: #47D155;
--emerald-600: #2DB43A;
--emerald-700: #248F2E;
--emerald-800: #1A6621;
--emerald-900: #104115;
--emerald-950: #0A290D;
}