Emerald
#43D64A
GreenColor Codes
All color formats for development
HEX
#43D64ARGB
rgb(67, 214, 74)HSL
hsl(123, 64%, 55%)OKLCH
oklch(0.771 0.219 143.7)CMYK
cmyk(69%, 0%, 65%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF36
2#28B830
3#23A12A
4#1E8A24
5#19731E
6#145C18
7#0F4512
8#0A2E0C
9#051706
Tints
Lighter variations
1#56DA5C
2#68DE6E
3#7BE280
4#8EE692
5#A1EAA5
6#B4EEB7
7#C7F3C9
8#D9F7DB
9#ECFBED
Tones
Muted variations
1#4ACE51
2#51C757
3#59C05E
4#60B865
5#68B16B
6#6FAA72
7#76A278
8#7E9B7F
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 #9FEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF72 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209226 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | 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: #9FEAA3;
--emerald-400: #6DDF72;
--emerald-500: #43D64A;
--emerald-600: #28B830;
--emerald-700: #209226;
--emerald-800: #17691B;
--emerald-900: #0F4311;
--emerald-950: #092A0B;
}