Emerald
#43D67E
GreenColor Codes
All color formats for development
HEX
#43D67ERGB
rgb(67, 214, 126)HSL
hsl(144, 64%, 55%)OKLCH
oklch(0.778 0.176 152.8)CMYK
cmyk(69%, 0%, 41%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF6E
2#28B862
3#23A156
4#1E8A49
5#19733D
6#145C31
7#0F4525
8#0A2E18
9#05170C
Tints
Lighter variations
1#56DA8B
2#68DE97
3#7BE2A4
4#8EE6B1
5#A1EABE
6#B4EECB
7#C7F3D8
8#D9F7E5
9#ECFBF2
Tones
Muted variations
1#4ACE7F
2#51C780
3#59C082
4#60B883
5#68B185
6#6FAA86
7#76A288
8#7E9B89
9#85948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EB;
--emerald-200: #C9F3DA;
--emerald-300: #9FEABD;
--emerald-400: #6DDF9A;
--emerald-500: #43D67E;
--emerald-600: #28B862;
--emerald-700: #20924E;
--emerald-800: #176938;
--emerald-900: #0F4324;
--emerald-950: #092A16;
}