Emerald
#43D676
GreenColor Codes
All color formats for development
HEX
#43D676RGB
rgb(67, 214, 118)HSL
hsl(141, 64%, 55%)OKLCH
oklch(0.777 0.183 150.8)CMYK
cmyk(69%, 0%, 45%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF66
2#28B85B
3#23A14F
4#1E8A44
5#197339
6#145C2D
7#0F4522
8#0A2E17
9#05170B
Tints
Lighter variations
1#56DA84
2#68DE92
3#7BE29F
4#8EE6AD
5#A1EABB
6#B4EEC8
7#C7F3D6
8#D9F7E4
9#ECFBF1
Tones
Muted variations
1#4ACE78
2#51C77B
3#59C07D
4#60B87F
5#68B181
6#6FAA83
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 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF95 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D676 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176934 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | 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: #C9F3D7;
--emerald-300: #9FEAB9;
--emerald-400: #6DDF95;
--emerald-500: #43D676;
--emerald-600: #28B85B;
--emerald-700: #209248;
--emerald-800: #176934;
--emerald-900: #0F4321;
--emerald-950: #092A15;
}