Emerald
#70DB76
GreenColor Codes
All color formats for development
HEX
#70DB76RGB
rgb(112, 219, 118)HSL
hsl(123, 60%, 65%)OKLCH
oklch(0.804 0.171 144.9)CMYK
cmyk(49%, 0%, 46%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D55C
2#3BCE43
3#2EBA35
4#289F2E
5#218526
6#1B6A1E
7#145017
8#0D350F
9#071B08
Tints
Lighter variations
1#7EDF83
2#8DE291
3#9BE69F
4#A9EAAD
5#B8EDBA
6#C6F1C8
7#D4F4D6
8#E2F8E4
9#F1FBF1
Tones
Muted variations
1#76D67A
2#7BD17F
3#80CB84
4#86C689
5#8BC18E
6#90BB92
7#96B697
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 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB76 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D14E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB434 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104113 | 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: #CAF2CC;
--emerald-300: #A1E8A5;
--emerald-400: #70DB76;
--emerald-500: #47D14E;
--emerald-600: #2DB434;
--emerald-700: #248F29;
--emerald-800: #1A661D;
--emerald-900: #104113;
--emerald-950: #0A290C;
}