Emerald
#43D654
GreenColor Codes
All color formats for development
HEX
#43D654RGB
rgb(67, 214, 84)HSL
hsl(127, 64%, 55%)OKLCH
oklch(0.772 0.212 144.9)CMYK
cmyk(69%, 0%, 61%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF40
2#28B839
3#23A132
4#1E8A2B
5#197324
6#145C1D
7#0F4515
8#0A2E0E
9#051707
Tints
Lighter variations
1#56DA65
2#68DE76
3#7BE287
4#8EE698
5#A1EAA9
6#B4EEBB
7#C7F3CC
8#D9F7DD
9#ECFBEE
Tones
Muted variations
1#4ACE5A
2#51C75F
3#59C065
4#60B86A
5#68B170
6#6FAA76
7#76A27B
8#7E9B81
9#859487
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E4;
--emerald-200: #C9F3CE;
--emerald-300: #9FEAA8;
--emerald-400: #6DDF7A;
--emerald-500: #43D654;
--emerald-600: #28B839;
--emerald-700: #20922D;
--emerald-800: #176920;
--emerald-900: #0F4315;
--emerald-950: #092A0D;
}