Emerald
#43D66C
GreenColor Codes
All color formats for development
HEX
#43D66CRGB
rgb(67, 214, 108)HSL
hsl(137, 64%, 55%)OKLCH
oklch(0.775 0.192 148.7)CMYK
cmyk(69%, 0%, 50%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF5B
2#28B851
3#23A147
4#1E8A3D
5#197333
6#145C29
7#0F451E
8#0A2E14
9#05170A
Tints
Lighter variations
1#56DA7B
2#68DE8A
3#7BE298
4#8EE6A7
5#A1EAB6
6#B4EEC4
7#C7F3D3
8#D9F7E2
9#ECFBF0
Tones
Muted variations
1#4ACE70
2#51C773
3#59C076
4#60B879
5#68B17C
6#6FAA80
7#76A283
8#7E9B86
9#859489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B851 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209240 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E8;
--emerald-200: #C9F3D5;
--emerald-300: #9FEAB4;
--emerald-400: #6DDF8D;
--emerald-500: #43D66C;
--emerald-600: #28B851;
--emerald-700: #209240;
--emerald-800: #17692E;
--emerald-900: #0F431D;
--emerald-950: #092A12;
}