Emerald
#43D64D
GreenColor Codes
All color formats for development
HEX
#43D64DRGB
rgb(67, 214, 77)HSL
hsl(124, 64%, 55%)OKLCH
oklch(0.771 0.217 144.1)CMYK
cmyk(69%, 0%, 64%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF38
2#28B832
3#23A12C
4#1E8A25
5#19731F
6#145C19
7#0F4513
8#0A2E0C
9#051706
Tints
Lighter variations
1#56DA5E
2#68DE70
3#7BE282
4#8EE694
5#A1EAA6
6#B4EEB8
7#C7F3C9
8#D9F7DB
9#ECFBED
Tones
Muted variations
1#4ACE53
2#51C759
3#59C060
4#60B866
5#68B16C
6#6FAA73
7#76A279
8#7E9B80
9#859486
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF74 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64D | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B832 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209228 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E2F9E3;
--emerald-200: #C9F3CB;
--emerald-300: #9FEAA4;
--emerald-400: #6DDF74;
--emerald-500: #43D64D;
--emerald-600: #28B832;
--emerald-700: #209228;
--emerald-800: #17691C;
--emerald-900: #0F4312;
--emerald-950: #092A0B;
}