Emerald
#43D671
GreenColor Codes
All color formats for development
HEX
#43D671RGB
rgb(67, 214, 113)HSL
hsl(139, 64%, 55%)OKLCH
oklch(0.776 0.188 149.7)CMYK
cmyk(69%, 0%, 47%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF61
2#28B856
3#23A14B
4#1E8A40
5#197336
6#145C2B
7#0F4520
8#0A2E15
9#05170B
Tints
Lighter variations
1#56DA7F
2#68DE8E
3#7BE29C
4#8EE6AA
5#A1EAB8
6#B4EEC6
7#C7F3D4
8#D9F7E3
9#ECFBF1
Tones
Muted variations
1#4ACE74
2#51C777
3#59C079
4#60B87C
5#68B17F
6#6FAA81
7#76A284
8#7E9B87
9#85948A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF91 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209244 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176931 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9E9;
--emerald-200: #C9F3D6;
--emerald-300: #9FEAB7;
--emerald-400: #6DDF91;
--emerald-500: #43D671;
--emerald-600: #28B856;
--emerald-700: #209244;
--emerald-800: #176931;
--emerald-900: #0F431F;
--emerald-950: #092A14;
}