Emerald
#43D679
GreenColor Codes
All color formats for development
HEX
#43D679RGB
rgb(67, 214, 121)HSL
hsl(142, 64%, 55%)OKLCH
oklch(0.777 0.181 151.5)CMYK
cmyk(69%, 0%, 43%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF69
2#28B85D
3#23A151
4#1E8A46
5#19733A
6#145C2F
7#0F4523
8#0A2E17
9#05170C
Tints
Lighter variations
1#56DA86
2#68DE94
3#7BE2A1
4#8EE6AE
5#A1EABC
6#B4EEC9
7#C7F3D7
8#D9F7E4
9#ECFBF2
Tones
Muted variations
1#4ACE7B
2#51C77D
3#59C07F
4#60B880
5#68B182
6#6FAA84
7#76A286
8#7E9B88
9#85948A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF97 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D679 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EA;
--emerald-200: #C9F3D8;
--emerald-300: #9FEABA;
--emerald-400: #6DDF97;
--emerald-500: #43D679;
--emerald-600: #28B85D;
--emerald-700: #20924A;
--emerald-800: #176935;
--emerald-900: #0F4322;
--emerald-950: #092A15;
}