Emerald
#43D68C
GreenColor Codes
All color formats for development
HEX
#43D68CRGB
rgb(67, 214, 140)HSL
hsl(150, 64%, 55%)OKLCH
oklch(0.781 0.163 156.8)CMYK
cmyk(69%, 0%, 35%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF7E
2#28B870
3#23A162
4#1E8A54
5#197346
6#145C38
7#0F452A
8#0A2E1C
9#05170E
Tints
Lighter variations
1#56DA98
2#68DEA3
3#7BE2AF
4#8EE6BA
5#A1EAC6
6#B4EED1
7#C7F3DD
8#D9F7E8
9#ECFBF4
Tones
Muted variations
1#4ACE8C
2#51C78C
3#59C08C
4#60B88C
5#68B18C
6#6FAA8C
7#76A28C
8#7E9B8C
9#85948C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209259 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176940 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF7;
--emerald-100: #E2F9ED;
--emerald-200: #C9F3DE;
--emerald-300: #9FEAC4;
--emerald-400: #6DDFA6;
--emerald-500: #43D68C;
--emerald-600: #28B870;
--emerald-700: #209259;
--emerald-800: #176940;
--emerald-900: #0F4329;
--emerald-950: #092A1A;
}