Emerald
#43D66A
GreenColor Codes
All color formats for development
HEX
#43D66ARGB
rgb(67, 214, 106)HSL
hsl(136, 64%, 55%)OKLCH
oklch(0.775 0.194 148.4)CMYK
cmyk(69%, 0%, 50%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF59
2#28B84F
3#23A145
4#1E8A3B
5#197331
6#145C27
7#0F451E
8#0A2E14
9#05170A
Tints
Lighter variations
1#56DA79
2#68DE88
3#7BE297
4#8EE6A6
5#A1EAB4
6#B4EEC3
7#C7F3D2
8#D9F7E1
9#ECFBF0
Tones
Muted variations
1#4ACE6D
2#51C771
3#59C074
4#60B878
5#68B17B
6#6FAA7F
7#76A282
8#7E9B85
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 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8B | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692D | 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: #C9F3D4;
--emerald-300: #9FEAB3;
--emerald-400: #6DDF8B;
--emerald-500: #43D66A;
--emerald-600: #28B84F;
--emerald-700: #20923F;
--emerald-800: #17692D;
--emerald-900: #0F431D;
--emerald-950: #092A12;
}